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/qcombotableitem.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/qcombotableitem.html') diff --git a/doc/html/qcombotableitem.html b/doc/html/qcombotableitem.html index 5b844d99d..e0453c3b1 100644 --- a/doc/html/qcombotableitem.html +++ b/doc/html/qcombotableitem.html @@ -70,7 +70,7 @@ combobox. Only text items (i.e. no pixmaps) may be used in TQComboTableItems.

TQComboTableItem items have the edit type WhenCurrent (see EditType). The TQComboTableItem's list of items is provided by -a TQStringList passed to the constructor. +a TQStringList passed to the constructor.

The list of items may be changed using setStringList(). The current item can be set with setCurrentItem() and retrieved with currentItem(). The text of the current item can be obtained with @@ -90,7 +90,7 @@ number (see rtti()).

See also TQCheckTableItem, TQTableItem, TQComboBox, and Advanced Widgets.


Member Function Documentation

-

TQComboTableItem::TQComboTableItem ( TQTable * table, const TQStringList & list, bool editable = FALSE ) +

TQComboTableItem::TQComboTableItem ( TQTable * table, const TQStringList & list, bool editable = FALSE )

Creates a combo table item for the table table. The combobox's list of items is passed in the list argument. If editable is @@ -113,7 +113,7 @@ Returns the total number of list items in the combo table item. Returns the index of the combo table item's current list item.

See also setCurrentItem(). -

TQString TQComboTableItem::currentText () const +

TQString TQComboTableItem::currentText () const

Returns the text of the combo table item's current list item.

See also currentItem() and text(). @@ -142,7 +142,7 @@ item.

See also currentItem().

Example: table/small-table-demo/main.cpp. -

void TQComboTableItem::setCurrentItem ( const TQString & s ) [virtual] +

void TQComboTableItem::setCurrentItem ( const TQString & s ) [virtual]

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Sets the list item whose text is s to be the combo table item's @@ -156,12 +156,12 @@ may enter a new text item themselves. If b is FALSE the user may may only choose one of the existing items.

See also isEditable(). -

void TQComboTableItem::setStringList ( const TQStringList & l ) [virtual] +

void TQComboTableItem::setStringList ( const TQStringList & l ) [virtual]

Sets the list items of this TQComboTableItem to the strings in the string list l. -

TQString TQComboTableItem::text ( int i ) const +

TQString TQComboTableItem::text ( int i ) const

Returns the text of the combo's list item at index i.

See also currentText(). -- cgit v1.2.1