diff options
author | Michele Calgaro <[email protected]> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/man/man3/tqgridlayout.3qt | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqgridlayout.3qt')
-rw-r--r-- | doc/man/man3/tqgridlayout.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqgridlayout.3qt b/doc/man/man3/tqgridlayout.3qt index 73dfa325a..5fb3d2a55 100644 --- a/doc/man/man3/tqgridlayout.3qt +++ b/doc/man/man3/tqgridlayout.3qt @@ -67,7 +67,7 @@ Inherits QLayout. .BI "int \fBnumCols\fR () const" .br .ti -1c -.BI "QRect \fBcellGeometry\fR ( int row, int col ) const" +.BI "TQRect \fBcellGeometry\fR ( int row, int col ) const" .br .ti -1c .BI "virtual bool \fBhasHeightForWidth\fR () const" @@ -121,7 +121,7 @@ Inherits QLayout. .BI "Corner \fBorigin\fR () const" .br .ti -1c -.BI "virtual void \fBsetGeometry\fR ( const QRect & r )" +.BI "virtual void \fBsetGeometry\fR ( const TQRect & r )" .br .in -1c .SS "Protected Members" @@ -267,7 +267,7 @@ See also addMultiCellWidget(). .PP Examples: .)l addressbook/centralwidget.cpp, layout/layout.cpp, rot13/rot13.cpp, sql/overview/form1/main.cpp, sql/overview/form2/main.cpp, t14/gamebrd.cpp, and t8/main.cpp. -.SH "QRect QGridLayout::cellGeometry ( int row, int col ) const" +.SH "TQRect QGridLayout::cellGeometry ( int row, int col ) const" Returns the geometry of the cell with row \fIrow\fR and column \fIcol\fR in the grid. Returns an invalid rectangle if \fIrow\fR or \fIcol\fR is outside the grid. .PP \fBWarning:\fR in the current version of TQt this function does not return valid results until setGeometry() has been called, i.e. after the mainWidget() is visible. @@ -338,7 +338,7 @@ See also colStretch(), addColSpacing(), and setRowStretch(). .PP Examples: .)l layout/layout.cpp, t14/gamebrd.cpp, and t8/main.cpp. -.SH "void QGridLayout::setGeometry ( const QRect & r )\fC [virtual]\fR" +.SH "void QGridLayout::setGeometry ( const TQRect & r )\fC [virtual]\fR" Resizes managed widgets within the rectangle \fIr\fR. .PP Reimplemented from QLayout. |