summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlayout.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-08-12 22:02:11 +0900
commit42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch)
tree0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/man/man3/tqlayout.3qt
parentfef846914f8db6dc117e206ef913d519bf6bb33e (diff)
downloadtqt-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz
tqt-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/man/man3/tqlayout.3qt')
-rw-r--r--doc/man/man3/tqlayout.3qt18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/man/man3/tqlayout.3qt b/doc/man/man3/tqlayout.3qt
index 95f095d69..5e203e5ae 100644
--- a/doc/man/man3/tqlayout.3qt
+++ b/doc/man/man3/tqlayout.3qt
@@ -13,7 +13,7 @@ QLayout \- The base class of geometry managers
.PP
Inherits TQObject and QLayoutItem.
.PP
-Inherited by QGridLayout and QBoxLayout.
+Inherited by TQGridLayout and QBoxLayout.
.PP
.SS "Public Members"
.in +1c
@@ -141,7 +141,7 @@ Inherited by QGridLayout and QBoxLayout.
.SH DESCRIPTION
The QLayout class is the base class of geometry managers.
.PP
-This is an abstract base class inherited by the concrete classes, QBoxLayout and QGridLayout.
+This is an abstract base class inherited by the concrete classes, QBoxLayout and TQGridLayout.
.PP
For users of QLayout subclasses or of TQMainWindow there is seldom any need to use the basic functions provided by QLayout, such as setResizeMode() or setMenuBar(). See the layout overview page for more information.
.PP
@@ -200,7 +200,7 @@ The ownership of \fIitem\fR is transferred to the layout, and it's the layout's
Examples:
.)l customlayout/border.cpp, customlayout/card.cpp, and customlayout/flow.cpp.
.PP
-Reimplemented in QGridLayout and QBoxLayout.
+Reimplemented in TQGridLayout and QBoxLayout.
.SH "TQRect QLayout::alignmentRect ( const TQRect & r ) const\fC [protected]\fR"
Returns the rectangle that should be covered when the geometry of this layout is set to \fIr\fR, provided that this layout supports setAlignment().
.PP
@@ -225,13 +225,13 @@ Examples:
.PP
Reimplemented from QLayoutItem.
.PP
-Reimplemented in QGridLayout and QBoxLayout.
+Reimplemented in TQGridLayout and QBoxLayout.
.SH "void QLayout::invalidate ()\fC [virtual]\fR"
Invalidates cached information. Reimplementations must call this.
.PP
Reimplemented from QLayoutItem.
.PP
-Reimplemented in QGridLayout and QBoxLayout.
+Reimplemented in TQGridLayout and QBoxLayout.
.SH "bool QLayout::isEmpty () const\fC [virtual]\fR"
Returns TRUE if this layout is empty. The default implementation returns FALSE.
.PP
@@ -277,7 +277,7 @@ The default implementation allows unlimited resizing.
.PP
Reimplemented from QLayoutItem.
.PP
-Reimplemented in QGridLayout and QBoxLayout.
+Reimplemented in TQGridLayout and QBoxLayout.
.SH "TQMenuBar * QLayout::menuBar () const"
Returns the menu bar set for this layout, or 0 if no menu bar is set.
.SH "TQSize QLayout::minimumSize () const\fC [virtual]\fR"
@@ -290,7 +290,7 @@ Examples:
.PP
Reimplemented from QLayoutItem.
.PP
-Reimplemented in QGridLayout and QBoxLayout.
+Reimplemented in TQGridLayout and QBoxLayout.
.SH "void QLayout::remove ( TQWidget * widget )"
Removes the widget \fIwidget\fR from the layout. After this call, it is the caller's responsibility to give the widget a reasonable geometry or to put the widget back into a layout.
.PP
@@ -330,7 +330,7 @@ Examples:
.PP
Reimplemented from QLayoutItem.
.PP
-Reimplemented in QGridLayout and QBoxLayout.
+Reimplemented in TQGridLayout and QBoxLayout.
.SH "void QLayout::setMargin ( int )\fC [virtual]\fR"
Sets the width of the outside border of the layout. See the "margin" property for details.
.SH "void QLayout::setMenuBar ( TQMenuBar * w )\fC [virtual]\fR"
@@ -360,7 +360,7 @@ See also margin.
.SH "int margin"
This property holds the width of the outside border of the layout.
.PP
-For some layout classes this property has an effect only on top-level layouts; QBoxLayout and QGridLayout support margins for child layouts. The default value is 0.
+For some layout classes this property has an effect only on top-level layouts; QBoxLayout and TQGridLayout support margins for child layouts. The default value is 0.
.PP
See also spacing.
.PP