diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:44:12 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-06 13:52:29 +0900 |
commit | e6077c30d14e9d662e8843c554db86c0d366d0b6 (patch) | |
tree | 672319afee32f0316bad258c0e9a1e0dd737bd61 /doc/html/qcombotableitem.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.tar.gz tqt3-e6077c30d14e9d662e8843c554db86c0d366d0b6.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qcombotableitem.html')
-rw-r--r-- | doc/html/qcombotableitem.html | 12 |
1 files changed, 6 insertions, 6 deletions
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. <p> TQComboTableItem items have the edit type <a href="qtableitem.html#EditType-enum">WhenCurrent</a> (see <a href="qtableitem.html#EditType-enum">EditType</a>). The TQComboTableItem's list of items is provided by -a <a href="ntqstringlist.html">TQStringList</a> passed to the constructor. +a <a href="tqstringlist.html">TQStringList</a> passed to the constructor. <p> The list of items may be changed using <a href="#setStringList">setStringList</a>(). The current item can be set with <a href="#setCurrentItem">setCurrentItem</a>() and retrieved with <a href="#currentItem">currentItem</a>(). The text of the current item can be obtained with @@ -90,7 +90,7 @@ number (see <a href="#rtti">rtti</a>()). <p> <p>See also <a href="qchecktableitem.html">TQCheckTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="ntqcombobox.html">TQComboBox</a>, and <a href="advanced.html">Advanced Widgets</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQComboTableItem"></a>TQComboTableItem::TQComboTableItem ( <a href="ntqtable.html">TQTable</a> * table, const <a href="ntqstringlist.html">TQStringList</a> & list, bool editable = FALSE ) +<h3 class=fn><a name="TQComboTableItem"></a>TQComboTableItem::TQComboTableItem ( <a href="ntqtable.html">TQTable</a> * table, const <a href="tqstringlist.html">TQStringList</a> & list, bool editable = FALSE ) </h3> Creates a combo table item for the table <em>table</em>. The combobox's list of items is passed in the <em>list</em> argument. If <em>editable</em> 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. <p> <p>See also <a href="#setCurrentItem">setCurrentItem</a>(). -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="currentText"></a>TQComboTableItem::currentText () const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="currentText"></a>TQComboTableItem::currentText () const </h3> Returns the text of the combo table item's current list item. <p> <p>See also <a href="#currentItem">currentItem</a>() and <a href="#text">text</a>(). @@ -142,7 +142,7 @@ item. <p> <p>See also <a href="#currentItem">currentItem</a>(). <p>Example: <a href="small-table-example-example.html#x2797">table/small-table-demo/main.cpp</a>. -<h3 class=fn>void <a name="setCurrentItem-2"></a>TQComboTableItem::setCurrentItem ( const <a href="ntqstring.html">TQString</a> & s )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setCurrentItem-2"></a>TQComboTableItem::setCurrentItem ( const <a href="tqstring.html">TQString</a> & s )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Sets the list item whose text is <em>s</em> to be the combo table item's @@ -156,12 +156,12 @@ may enter a new text item themselves. If <em>b</em> is FALSE the user may may only choose one of the existing items. <p> <p>See also <a href="#isEditable">isEditable</a>(). -<h3 class=fn>void <a name="setStringList"></a>TQComboTableItem::setStringList ( const <a href="ntqstringlist.html">TQStringList</a> & l )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setStringList"></a>TQComboTableItem::setStringList ( const <a href="tqstringlist.html">TQStringList</a> & l )<tt> [virtual]</tt> </h3> Sets the list items of this TQComboTableItem to the strings in the string list <em>l</em>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="text"></a>TQComboTableItem::text ( int i ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="text"></a>TQComboTableItem::text ( int i ) const </h3> Returns the text of the combo's list item at index <em>i</em>. <p> <p>See also <a href="#currentText">currentText</a>(). |