diff options
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 7a5ce8a5a..b7f058bb6 100644 --- a/doc/man/man3/tqgridlayout.3qt +++ b/doc/man/man3/tqgridlayout.3qt @@ -261,7 +261,7 @@ Alignment is specified by \fIalignment\fR, which is a bitwise OR of Qt::Alignmen You should not call this if you have enabled the auto-add facility of the layout. .IP .TP -From Qt 3.0, the \fIalignment\fR parameter is interpreted more aggressively than in previous versions of Qt. A non-default alignment now indicates that the widget should not grow to fill the available space, but should be sized according to sizeHint(). +From TQt 3.0, the \fIalignment\fR parameter is interpreted more aggressively than in previous versions of Qt. A non-default alignment now indicates that the widget should not grow to fill the available space, but should be sized according to sizeHint(). .PP See also addMultiCellWidget(). .PP @@ -270,7 +270,7 @@ Examples: .SH "QRect 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 Qt this function does not return valid results until setGeometry() has been called, i.e. after the mainWidget() is visible. +\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. .SH "int QGridLayout::colSpacing ( int col ) const" Returns the column spacing for column \fIcol\fR. .PP @@ -378,8 +378,8 @@ If you find a bug in Qt, please report it as described in .BR http://doc.trolltech.com/bughowto.html . Good bug reports help us to help you. Thank you. .P -The definitive Qt documentation is provided in HTML format; it is -located at $QTDIR/doc/html and can be read using Qt Assistant or with +The definitive TQt documentation is provided in HTML format; it is +located at $QTDIR/doc/html and can be read using TQt Assistant or with a web browser. This man page is provided as a convenience for those users who prefer man pages, although this format is not officially supported by Trolltech. |