diff options
Diffstat (limited to 'doc/man/man3/tqgridview.3qt')
-rw-r--r-- | doc/man/man3/tqgridview.3qt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqgridview.3qt b/doc/man/man3/tqgridview.3qt index 1ef38fead..c52cfd52a 100644 --- a/doc/man/man3/tqgridview.3qt +++ b/doc/man/man3/tqgridview.3qt @@ -16,7 +16,7 @@ Inherits QScrollView. .SS "Public Members" .in +1c .ti -1c -.BI "\fBQGridView\fR ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.BI "\fBQGridView\fR ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" .br .ti -1c .BI "\fB~QGridView\fR ()" @@ -114,7 +114,7 @@ QGridView is a very simple abstract class based on QScrollView. It is designed t .PP See also Abstract Widget Classes. .SH MEMBER FUNCTION DOCUMENTATION -.SH "QGridView::QGridView ( QWidget * parent = 0, const char * name = 0, WFlags f = 0 )" +.SH "QGridView::QGridView ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )" Constructs a grid view. .PP The \fIparent\fR, \fIname\fR and widget flag, \fIf\fR, arguments are passed to the QScrollView constructor. @@ -172,7 +172,7 @@ Repaints cell (\fIrow\fR, \fIcolumn\fR). .PP If \fIerase\fR is TRUE, TQt erases the area of the cell before the paintCell() call; otherwise no erasing takes place. .PP -See also QWidget::repaint(). +See also TQWidget::repaint(). .SH "int QGridView::rowAt ( int y ) const" Returns the number of the row at position \fIy\fR. \fIy\fR must be given in content coordinates. .PP @@ -188,7 +188,7 @@ Sets the number of rows in the grid. See the "numRows" property for details. .SH "void QGridView::updateCell ( int row, int column )" Updates cell (\fIrow\fR, \fIcolumn\fR). .PP -See also QWidget::update(). +See also TQWidget::update(). .SS "Property Documentation" .SH "int cellHeight" This property holds the height of a grid row. |