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/qtableitem.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/qtableitem.html') diff --git a/doc/html/qtableitem.html b/doc/html/qtableitem.html index ac622a271..3a686daf6 100644 --- a/doc/html/qtableitem.html +++ b/doc/html/qtableitem.html @@ -197,7 +197,7 @@ into a table with TQTable::setItem().

The table takes ownership of the table item, so a table item should not be inserted into more than one table at a time. -

TQTableItem::TQTableItem ( TQTable * table, EditType et, const TQString & text ) +

TQTableItem::TQTableItem ( TQTable * table, EditType et, const TQString & text )

Creates a table item that is a child of table table with text text. The item has the EditType et. @@ -207,7 +207,7 @@ into a table with TQTable::setItem().

The table takes ownership of the table item, so a table item should not be inserted into more than one table at a time. -

TQTableItem::TQTableItem ( TQTable * table, EditType et, const TQString & text, const TQPixmap & p ) +

TQTableItem::TQTableItem ( TQTable * table, EditType et, const TQString & text, const TQPixmap & p )

Creates a table item that is a child of table table with text text and pixmap p. The item has the EditType et. @@ -294,7 +294,7 @@ have their contents replaced by another table item. whether the user is able to change the contents of a cell.)

See also setReplaceable() and EditType. -

TQString TQTableItem::key () const [virtual] +

TQString TQTableItem::key () const [virtual]

This virtual function returns the key that should be used for sorting. The default implementation returns the text() of the @@ -431,7 +431,7 @@ columns that cross TQTableItems spanning more than one cell is not supported.

See also rowSpan() and colSpan(). -

void TQTableItem::setText ( const TQString & str ) [virtual] +

void TQTableItem::setText ( const TQString & str ) [virtual]

Changes the table item's text to str.

Note that setText() does not update the cell the table item @@ -460,9 +460,9 @@ function.

Returns the TQTable the table item belongs to.

See also TQTable::setItem() and TQTableItem(). -

TQString TQTableItem::text () const [virtual] +

TQString TQTableItem::text () const [virtual]

-Returns the text of the table item or TQString::null if there is no +Returns the text of the table item or TQString::null if there is no text.

To ensure that the current value of the editor is returned, setContentFromEditor() is called: -- cgit v1.2.3