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/ntqtabwidget.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/ntqtabwidget.html')
-rw-r--r-- | doc/html/ntqtabwidget.html | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/html/ntqtabwidget.html b/doc/html/ntqtabwidget.html index 34ff7729a..fb5ed97e0 100644 --- a/doc/html/ntqtabwidget.html +++ b/doc/html/ntqtabwidget.html @@ -177,7 +177,7 @@ area, organizing the individual pages). Constructs a tabbed widget called <em>name</em> with parent <em>parent</em>, and widget flags <em>f</em>. -<h3 class=fn>void <a name="addTab"></a>TQTabWidget::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqstring.html">TQString</a> & label )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addTab"></a>TQTabWidget::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="tqstring.html">TQString</a> & label )<tt> [virtual]</tt> </h3> Adds another tab and page to the tab view. <p> The new page is <em>child</em>; the tab's label is <em>label</em>. Note the @@ -196,7 +196,7 @@ user may be confused. <p> <p>See also <a href="#insertTab">insertTab</a>(). <p>Examples: <a href="addressbook-example.html#x600">addressbook/centralwidget.cpp</a> and <a href="themes-example.html#x343">themes/themes.cpp</a>. -<h3 class=fn>void <a name="addTab-2"></a>TQTabWidget::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="ntqstring.html">TQString</a> & label )<tt> [virtual]</tt> +<h3 class=fn>void <a name="addTab-2"></a>TQTabWidget::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Adds another tab and page to the tab view. @@ -210,11 +210,11 @@ are using <a href="#setTabBar">setTabBar</a>() to set a <a href="ntqtabbar.html" <a href="ntqtabbar.html#paint">TQTabBar::paint</a>() function for a subclass of <a href="qtab.html">TQTab</a>. The <em>child</em> is the new page and <em>tab</em> is the tab to put the <em>child</em> on. -<h3 class=fn>void <a name="changeTab"></a>TQTabWidget::changeTab ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="ntqstring.html">TQString</a> & label ) +<h3 class=fn>void <a name="changeTab"></a>TQTabWidget::changeTab ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqstring.html">TQString</a> & label ) </h3> Defines a new <em>label</em> for page <em>w</em>'s tab. -<h3 class=fn>void <a name="changeTab-2"></a>TQTabWidget::changeTab ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="ntqstring.html">TQString</a> & label ) +<h3 class=fn>void <a name="changeTab-2"></a>TQTabWidget::changeTab ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="ntqiconset.html">TQIconSet</a> & iconset, 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. <p> Defines a new <em>iconset</em> and a new <em>label</em> for page <em>w</em>'s tab. @@ -247,7 +247,7 @@ See the <a href="ntqtabwidget.html#currentPage-prop">"currentPage"</a> property Returns the index position of page <em>w</em>, or -1 if the widget cannot be found. -<h3 class=fn>void <a name="insertTab"></a>TQTabWidget::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqstring.html">TQString</a> & label, int index = -1 )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertTab"></a>TQTabWidget::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="tqstring.html">TQString</a> & label, int index = -1 )<tt> [virtual]</tt> </h3> Inserts another tab and page to the tab view. <p> The new page is <em>child</em>; the tab's label is <em>label</em>. Note the @@ -266,7 +266,7 @@ Otherwise it is inserted at the specified position. the user may be confused. <p> <p>See also <a href="#addTab">addTab</a>(). -<h3 class=fn>void <a name="insertTab-2"></a>TQTabWidget::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="ntqstring.html">TQString</a> & label, int index = -1 )<tt> [virtual]</tt> +<h3 class=fn>void <a name="insertTab-2"></a>TQTabWidget::insertTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label, int index = -1 )<tt> [virtual]</tt> </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> Inserts another tab and page to the tab view. @@ -287,10 +287,10 @@ the new page, <em>tab</em> is the tab to put the <em>child</em> on and <em>index Returns TRUE if the page <em>w</em> is enabled; otherwise returns FALSE. <p> <p>See also <a href="#setTabEnabled">setTabEnabled</a>() and <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="label"></a>TQTabWidget::label ( int index ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="label"></a>TQTabWidget::label ( int index ) const </h3> Returns the label of the tab at index position <em>index</em> or -<a href="ntqstring.html#TQString-null">TQString::null</a> if the <em>index</em> is out of range. +<a href="tqstring.html#TQString-null">TQString::null</a> if the <em>index</em> is out of range. <h3 class=fn>int <a name="margin"></a>TQTabWidget::margin () const </h3><p>Returns the margin in this tab widget. @@ -345,7 +345,7 @@ disabled, TQTabWidget will show one of them. </h3> Sets the iconset for page <em>w</em> to <em>iconset</em>. -<h3 class=fn>void <a name="setTabLabel"></a>TQTabWidget::setTabLabel ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="ntqstring.html">TQString</a> & l ) +<h3 class=fn>void <a name="setTabLabel"></a>TQTabWidget::setTabLabel ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqstring.html">TQString</a> & l ) </h3> Sets the tab label for page <em>w</em> to <em>l</em> @@ -355,7 +355,7 @@ See the <a href="ntqtabwidget.html#tabPosition-prop">"tabPosition"</a> property <h3 class=fn>void <a name="setTabShape"></a>TQTabWidget::setTabShape ( <a href="ntqtabwidget.html#TabShape-enum">TabShape</a> s ) </h3><p>Sets the shape of the tabs in this tab widget to <em>s</em>. See the <a href="ntqtabwidget.html#tabShape-prop">"tabShape"</a> property for details. -<h3 class=fn>void <a name="setTabToolTip"></a>TQTabWidget::setTabToolTip ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="ntqstring.html">TQString</a> & tip ) +<h3 class=fn>void <a name="setTabToolTip"></a>TQTabWidget::setTabToolTip ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqstring.html">TQString</a> & tip ) </h3> Sets the tab tool tip for page <em>w</em> to <em>tip</em>. <p> <p>See also <a href="#removeTabToolTip">removeTabToolTip</a>() and <a href="#tabToolTip">tabToolTip</a>(). @@ -378,7 +378,7 @@ Returns the current <a href="ntqtabbar.html">TQTabBar</a>. Returns the iconset of page <em>w</em> or a <a href="ntqiconset.html#TQIconSet">null iconset</a> if <em>w</em> is not a tab page or does not have an iconset. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="tabLabel"></a>TQTabWidget::tabLabel ( <a href="tqwidget.html">TQWidget</a> * w ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="tabLabel"></a>TQTabWidget::tabLabel ( <a href="tqwidget.html">TQWidget</a> * w ) const </h3> Returns the label text for the tab on page <em>w</em>. @@ -388,9 +388,9 @@ See the <a href="ntqtabwidget.html#tabPosition-prop">"tabPosition"</a> property <h3 class=fn><a href="ntqtabwidget.html#TabShape-enum">TabShape</a> <a name="tabShape"></a>TQTabWidget::tabShape () const </h3><p>Returns the shape of the tabs in this tab widget. See the <a href="ntqtabwidget.html#tabShape-prop">"tabShape"</a> property for details. -<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="tabToolTip"></a>TQTabWidget::tabToolTip ( <a href="tqwidget.html">TQWidget</a> * w ) const +<h3 class=fn><a href="tqstring.html">TQString</a> <a name="tabToolTip"></a>TQTabWidget::tabToolTip ( <a href="tqwidget.html">TQWidget</a> * w ) const </h3> -Returns the tab tool tip for page <em>w</em> or <a href="ntqstring.html#TQString-null">TQString::null</a> if no tool +Returns the tab tool tip for page <em>w</em> or <a href="tqstring.html#TQString-null">TQString::null</a> if no tool tip has been set. <p> <p>See also <a href="#setTabToolTip">setTabToolTip</a>() and <a href="#removeTabToolTip">removeTabToolTip</a>(). |