diff options
Diffstat (limited to 'doc/man/man3/tqtable.3qt')
-rw-r--r-- | doc/man/man3/tqtable.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqtable.3qt b/doc/man/man3/tqtable.3qt index 164b1acb6..ec0bbfb79 100644 --- a/doc/man/man3/tqtable.3qt +++ b/doc/man/man3/tqtable.3qt @@ -13,7 +13,7 @@ QTable \- Flexible editable table widget .PP Inherits QScrollView. .PP -Inherited by QDataTable. +Inherited by TQDataTable. .PP .SS "Public Members" .in +1c @@ -622,7 +622,7 @@ See also adjustRow(). .PP Example: regexptester/regexptester.cpp. .PP -Reimplemented in QDataTable. +Reimplemented in TQDataTable. .SH "void QTable::adjustRow ( int row )\fC [virtual slot]\fR" Resizes row \fIrow\fR so that the row height is tall enough to display the tallest item the row contains. .PP @@ -923,11 +923,11 @@ Example: regexptester/regexptester.cpp. .SH "int QTable::numCols () const\fC [virtual]\fR" Returns the number of columns in the table. See the "numCols" property for details. .PP -Reimplemented in QDataTable. +Reimplemented in TQDataTable. .SH "int QTable::numRows () const\fC [virtual]\fR" Returns the number of rows in the table. See the "numRows" property for details. .PP -Reimplemented in QDataTable. +Reimplemented in TQDataTable. .SH "int QTable::numSelections () const" Returns the number of selections. See the "numSelections" property for details. .SH "void QTable::paintCell ( QPainter * p, int row, int col, const QRect & cr, bool selected, const QColorGroup & cg )\fC [virtual]\fR" @@ -1097,7 +1097,7 @@ See also columnWidth() and setRowHeight(). .PP Example: chart/setdataform.cpp. .PP -Reimplemented in QDataTable. +Reimplemented in TQDataTable. .SH "void QTable::setCurrentCell ( int row, int col )\fC [virtual slot]\fR" Moves the focus to the cell at \fIrow\fR, \fIcol\fR. .PP @@ -1210,7 +1210,7 @@ See also swapRows(). .PP Example: table/statistics/statistics.cpp. .PP -Reimplemented in QDataTable. +Reimplemented in TQDataTable. .SH "bool QTable::sorting () const" Returns TRUE if a click on the header of a column sorts that column; otherwise returns FALSE. See the "sorting" property for details. .SH "void QTable::startDrag ()\fC [virtual protected]\fR" @@ -1262,7 +1262,7 @@ See also setText() and setPixmap(). .PP Example: chart/setdataform.cpp. .PP -Reimplemented in QDataTable. +Reimplemented in TQDataTable. .SH "void QTable::updateCell ( int row, int col )" Repaints the cell at \fIrow\fR, \fIcol\fR. .SH "void QTable::updateHeaderStates ()" |