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/ntqtoolbox.html | |
parent | 8c029298d9d3f1f84b65ac4a3a16cd1fa28d9cde (diff) | |
download | tqt-e6077c30.tar.gz tqt-e6077c30.zip |
Rename str nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtoolbox.html')
-rw-r--r-- | doc/html/ntqtoolbox.html | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/html/ntqtoolbox.html b/doc/html/ntqtoolbox.html index a646057e0..a98e1cf15 100644 --- a/doc/html/ntqtoolbox.html +++ b/doc/html/ntqtoolbox.html @@ -110,14 +110,14 @@ changed. </h3> Constructs a toolbox called <em>name</em> with parent <em>parent</em> and flags <em>f</em>. -<h3 class=fn>int <a name="addItem"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a> * item, const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="ntqstring.html">TQString</a> & label ) +<h3 class=fn>int <a name="addItem"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a> * item, const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="tqstring.html">TQString</a> & label ) </h3> Adds the widget <em>item</em> in a new tab at bottom of the toolbox. The new tab's label is set to <em>label</em>, and the <em>iconSet</em> is displayed to the left of the <em>label</em>. Returns the new tab's index. -<h3 class=fn>int <a name="addItem-2"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="ntqstring.html">TQString</a> & label ) +<h3 class=fn>int <a name="addItem-2"></a>TQToolBox::addItem ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqstring.html">TQString</a> & label ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -146,14 +146,14 @@ Returns the toolbox's current item, or 0 if the toolbox is empty. Returns the index of item <em>item</em>, or -1 if the item does not exist. -<h3 class=fn>int <a name="insertItem"></a>TQToolBox::insertItem ( int index, <a href="tqwidget.html">TQWidget</a> * item, const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="ntqstring.html">TQString</a> & label ) +<h3 class=fn>int <a name="insertItem"></a>TQToolBox::insertItem ( int index, <a href="tqwidget.html">TQWidget</a> * item, const <a href="ntqiconset.html">TQIconSet</a> & iconSet, const <a href="tqstring.html">TQString</a> & label ) </h3> Inserts the widget <em>item</em> at position <em>index</em>, or at the bottom of the toolbox if <em>index</em> is out of range. The new item's label is set to <em>label</em>, and the <em>iconSet</em> is displayed to the left of the <em>label</em>. Returns the new item's index. -<h3 class=fn>int <a name="insertItem-2"></a>TQToolBox::insertItem ( int index, <a href="tqwidget.html">TQWidget</a> * item, const <a href="ntqstring.html">TQString</a> & label ) +<h3 class=fn>int <a name="insertItem-2"></a>TQToolBox::insertItem ( int index, <a href="tqwidget.html">TQWidget</a> * item, const <a href="tqstring.html">TQString</a> & label ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. @@ -180,7 +180,7 @@ icon if <em>index</em> is out of range. This virtual handler is called after a new item was added or inserted at position <em>index</em>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="itemLabel"></a>TQToolBox::itemLabel ( int index ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="itemLabel"></a>TQToolBox::itemLabel ( int index ) const </h3> Returns the label of the item at position <em>index</em>, or a null string if <em>index</em> is out of range. @@ -190,7 +190,7 @@ Returns the label of the item at position <em>index</em>, or a null string if This virtual handler is called after an item was removed from position <em>index</em>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="itemToolTip"></a>TQToolBox::itemToolTip ( int index ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="itemToolTip"></a>TQToolBox::itemToolTip ( int index ) const </h3> Returns the tooltip of the item at position <em>index</em>, or a null string if <em>index</em> is out of range. @@ -217,11 +217,11 @@ If <em>enabled</em> is TRUE then the item at position <em>index</em> is enabled; </h3> Sets the icon of the item at position <em>index</em> to <em>iconSet</em>. -<h3 class=fn>void <a name="setItemLabel"></a>TQToolBox::setItemLabel ( int index, const <a href="ntqstring.html">TQString</a> & label ) +<h3 class=fn>void <a name="setItemLabel"></a>TQToolBox::setItemLabel ( int index, const <a href="tqstring.html">TQString</a> & label ) </h3> Sets the label of the item at position <em>index</em> to <em>label</em>. -<h3 class=fn>void <a name="setItemToolTip"></a>TQToolBox::setItemToolTip ( int index, const <a href="ntqstring.html">TQString</a> & toolTip ) +<h3 class=fn>void <a name="setItemToolTip"></a>TQToolBox::setItemToolTip ( int index, const <a href="tqstring.html">TQString</a> & toolTip ) </h3> Sets the tooltip of the item at position <em>index</em> to <em>toolTip</em>. |