diff options
Diffstat (limited to 'doc/html/ntqtabdialog.html')
-rw-r--r-- | doc/html/ntqtabdialog.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqtabdialog.html b/doc/html/ntqtabdialog.html index a2d36bf60..85b5135a5 100644 --- a/doc/html/ntqtabdialog.html +++ b/doc/html/ntqtabdialog.html @@ -196,7 +196,7 @@ move the focus to this tab. user may be confused. <p> <p>See also <a href="#insertTab">insertTab</a>(). -<h3 class=fn>void <a name="addTab-2"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a> * child, const <a href="ntqiconset.html">TQIconSet</a> & iconset, const <a href="tqstring.html">TQString</a> & label ) +<h3 class=fn>void <a name="addTab-2"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a> * child, 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> This version of the function shows the <em>iconset</em> as well as the <em>label</em> on the tab of <em>child</em>. @@ -228,7 +228,7 @@ dialog. so you should generally not need to connect it to any slot. <p> <p>See also <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="#defaultButtonPressed">defaultButtonPressed</a>(), and <a href="#setCancelButton">setCancelButton</a>(). -<h3 class=fn>void <a name="changeTab"></a>TQTabDialog::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"></a>TQTabDialog::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> Changes tab page <em>w</em>'s iconset to <em>iconset</em> and label to <em>label</em>. <p> @@ -313,7 +313,7 @@ it is inserted at the specified position. user may be confused. <p> <p>See also <a href="#addTab">addTab</a>(). -<h3 class=fn>void <a name="insertTab-2"></a>TQTabDialog::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 ) +<h3 class=fn>void <a name="insertTab-2"></a>TQTabDialog::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 ) </h3> This is an overloaded member function, provided for convenience. It behaves essentially like the above function. <p> This version of the function shows the <em>iconset</em> as well as the <em>label</em> on the tab of <em>child</em>. |