From e6077c30d14e9d662e8843c554db86c0d366d0b6 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 6 Jun 2024 13:44:12 +0900 Subject: Rename str nt* related files to equivalent tq* Signed-off-by: Michele Calgaro --- doc/html/ntqtable.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqtable.html') diff --git a/doc/html/ntqtable.html b/doc/html/ntqtable.html index 32e18d80a..835de0fe5 100644 --- a/doc/html/ntqtable.html +++ b/doc/html/ntqtable.html @@ -1128,7 +1128,7 @@ destroyed; the table takes ownership of the widget when using setCellWidget.

Example: chart/setdataform.cpp. -

void TQTable::setColumnLabels ( const TQStringList & labels ) [slot] +

void TQTable::setColumnLabels ( const TQStringList & labels ) [slot]

Sets the section labels of the horizontalHeader() to labels

void TQTable::setColumnMovingEnabled ( bool b ) [virtual slot]

Sets whether columns can be moved by the user to b. @@ -1227,7 +1227,7 @@ See the "readOnly" property for detail Resizes row row to be h pixels high.

See also rowHeight() and setColumnWidth(). -

void TQTable::setRowLabels ( const TQStringList & labels ) [slot] +

void TQTable::setRowLabels ( const TQStringList & labels ) [slot]

Sets the section labels of the verticalHeader() to labels

void TQTable::setRowMovingEnabled ( bool b ) [virtual slot]

Sets whether rows can be moved by the user to b. @@ -1260,7 +1260,7 @@ See the "showGrid" property for detail

void TQTable::setSorting ( bool b ) [virtual slot]

Sets whether a click on the header of a column sorts that column to b. See the "sorting" property for details. -

void TQTable::setText ( int row, int col, const TQString & text ) [virtual] +

void TQTable::setText ( int row, int col, const TQString & text ) [virtual]

Sets the text in the cell at row, col to text.

If the cell does not contain a table item a TQTableItem is created @@ -1360,9 +1360,9 @@ table to another, or to move an item from one table to another, reinserting the item with setItem().

If you want to exchange two cells use swapCells(). -

TQString TQTable::text ( int row, int col ) const [virtual] +

TQString TQTable::text ( int row, int col ) const [virtual]

-Returns the text in the cell at row, col, or TQString::null +Returns the text in the cell at row, col, or TQString::null if the relevant item does not exist or has no text.

See also setText() and setPixmap(). -- cgit v1.2.3