summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqtable.3qt
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-06-06 13:44:12 +0900
committerMichele Calgaro <[email protected]>2024-06-06 13:52:29 +0900
commite6077c30d14e9d662e8843c554db86c0d366d0b6 (patch)
tree672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/man/man3/tqtable.3qt
parent8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff)
downloadtqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz
tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/man/man3/tqtable.3qt')
-rw-r--r--doc/man/man3/tqtable.3qt8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/man/man3/tqtable.3qt b/doc/man/man3/tqtable.3qt
index ea7962d75..62e7f6884 100644
--- a/doc/man/man3/tqtable.3qt
+++ b/doc/man/man3/tqtable.3qt
@@ -321,10 +321,10 @@ Inherited by TQDataTable.
.BI "virtual void \fBeditCell\fR ( int row, int col, bool replace = FALSE )"
.br
.ti -1c
-.BI "void \fBsetRowLabels\fR ( const QStringList & labels )"
+.BI "void \fBsetRowLabels\fR ( const TQStringList & labels )"
.br
.ti -1c
-.BI "void \fBsetColumnLabels\fR ( const QStringList & labels )"
+.BI "void \fBsetColumnLabels\fR ( const TQStringList & labels )"
.br
.in -1c
.SS "Signals"
@@ -1072,7 +1072,7 @@ By default widgets are inserted into a vector with numRows() * numCols() element
Cell widgets are created dynamically with the \fCnew\fR operator. The cell widgets are destroyed automatically once the table is destroyed; the table takes ownership of the widget when using setCellWidget.
.PP
Example: chart/setdataform.cpp.
-.SH "void QTable::setColumnLabels ( const QStringList & labels )\fC [slot]\fR"
+.SH "void QTable::setColumnLabels ( const TQStringList & labels )\fC [slot]\fR"
Sets the section labels of the horizontalHeader() to \fIlabels\fR
.SH "void QTable::setColumnMovingEnabled ( bool b )\fC [virtual slot]\fR"
Sets whether columns can be moved by the user to \fIb\fR. See the "columnMovingEnabled" property for details.
@@ -1150,7 +1150,7 @@ Sets whether the table is read-only to \fIb\fR. See the "readOnly" property for
Resizes row \fIrow\fR to be \fIh\fR pixels high.
.PP
See also rowHeight() and setColumnWidth().
-.SH "void QTable::setRowLabels ( const QStringList & labels )\fC [slot]\fR"
+.SH "void QTable::setRowLabels ( const TQStringList & labels )\fC [slot]\fR"
Sets the section labels of the verticalHeader() to \fIlabels\fR
.SH "void QTable::setRowMovingEnabled ( bool b )\fC [virtual slot]\fR"
Sets whether rows can be moved by the user to \fIb\fR. See the "rowMovingEnabled" property for details.