diff options
Diffstat (limited to 'doc/html/ntqtabwidget.html')
-rw-r--r-- | doc/html/ntqtabwidget.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/ntqtabwidget.html b/doc/html/ntqtabwidget.html index fb5ed97e0..04c7213d6 100644 --- a/doc/html/ntqtabwidget.html +++ b/doc/html/ntqtabwidget.html @@ -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="tqstring.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="tqiconset.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. @@ -214,7 +214,7 @@ the new page and <em>tab</em> is the tab to put the <em>child</em> on. </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="tqstring.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="tqiconset.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. @@ -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="tqstring.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="tqiconset.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. @@ -341,7 +341,7 @@ visible already, TQTabWidget will not hide it; if all the pages are disabled, TQTabWidget will show one of them. <p> <p>See also <a href="#isTabEnabled">isTabEnabled</a>() and <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>. -<h3 class=fn>void <a name="setTabIconSet"></a>TQTabWidget::setTabIconSet ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="ntqiconset.html">TQIconSet</a> & iconset ) +<h3 class=fn>void <a name="setTabIconSet"></a>TQTabWidget::setTabIconSet ( <a href="tqwidget.html">TQWidget</a> * w, const <a href="tqiconset.html">TQIconSet</a> & iconset ) </h3> Sets the iconset for page <em>w</em> to <em>iconset</em>. @@ -373,9 +373,9 @@ confuse the user. Returns the current <a href="ntqtabbar.html">TQTabBar</a>. <p> <p>See also <a href="#setTabBar">setTabBar</a>(). -<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="tabIconSet"></a>TQTabWidget::tabIconSet ( <a href="tqwidget.html">TQWidget</a> * w ) const +<h3 class=fn><a href="tqiconset.html">TQIconSet</a> <a name="tabIconSet"></a>TQTabWidget::tabIconSet ( <a href="tqwidget.html">TQWidget</a> * w ) const </h3> -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 +Returns the iconset of page <em>w</em> or a <a href="tqiconset.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="tqstring.html">TQString</a> <a name="tabLabel"></a>TQTabWidget::tabLabel ( <a href="tqwidget.html">TQWidget</a> * w ) const |