summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtabdialog.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqtabdialog.html')
-rw-r--r--doc/html/ntqtabdialog.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/ntqtabdialog.html b/doc/html/ntqtabdialog.html
index 3cdb1e911..a2d36bf60 100644
--- a/doc/html/ntqtabdialog.html
+++ b/doc/html/ntqtabdialog.html
@@ -179,7 +179,7 @@ dialog's state in a slot and connect this signal to it.
hidden, rather than being created, shown, and deleted afterwards.
<p> <p>See also <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="ntqdialog.html#show">show</a>(), and <a href="#cancelButtonPressed">cancelButtonPressed</a>().
-<h3 class=fn>void <a name="addTab"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>void <a name="addTab"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</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>.
@@ -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>&nbsp;*&nbsp;child, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>void <a name="addTab-2"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;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,11 +228,11 @@ 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>&nbsp;*&nbsp;w, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>void <a name="changeTab"></a>TQTabDialog::changeTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</h3>
Changes tab page <em>w</em>'s iconset to <em>iconset</em> and label to <em>label</em>.
<p>
-<h3 class=fn>void <a name="changeTab-2"></a>TQTabDialog::changeTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
+<h3 class=fn>void <a name="changeTab-2"></a>TQTabDialog::changeTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Defines a new <em>label</em> for the tab of page <em>w</em>
@@ -294,7 +294,7 @@ FALSE.
could be used to present information about how to use the dialog.
<p> <p>See also <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="#cancelButtonPressed">cancelButtonPressed</a>(), and <a href="#setHelpButton">setHelpButton</a>().
-<h3 class=fn>void <a name="insertTab"></a>TQTabDialog::insertTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, int&nbsp;index = -1 )
+<h3 class=fn>void <a name="insertTab"></a>TQTabDialog::insertTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, int&nbsp;index = -1 )
</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>.
@@ -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>&nbsp;*&nbsp;child, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, int&nbsp;index = -1 )
+<h3 class=fn>void <a name="insertTab-2"></a>TQTabDialog::insertTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, const&nbsp;<a href="ntqiconset.html">TQIconSet</a>&nbsp;&amp;&nbsp;iconset, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;label, int&nbsp;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>.
@@ -346,7 +346,7 @@ returns FALSE.
delete <em>w</em>.
<p>See also <a href="#showPage">showPage</a>(), <a href="ntqtabwidget.html#removePage">TQTabWidget::removePage</a>(), and <a href="tqwidgetstack.html#removeWidget">TQWidgetStack::removeWidget</a>().
-<h3 class=fn>void <a name="selected"></a>TQTabDialog::selected ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp; )<tt> [signal]</tt>
+<h3 class=fn>void <a name="selected"></a>TQTabDialog::selected ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp; )<tt> [signal]</tt>
</h3>
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
@@ -354,14 +354,14 @@ delete <em>w</em>.
including during the first <a href="ntqdialog.html#show">show</a>().
<p> <p>See also <a href="tqwidget.html#raise">raise</a>().
-<h3 class=fn>void <a name="setApplyButton"></a>TQTabDialog::setApplyButton ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="setApplyButton"></a>TQTabDialog::setApplyButton ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Adds an Apply button to the dialog. The button's text is set to <em>text</em>.
<p> The Apply button should apply the current settings in the dialog box
to the application while keeping the dialog visible.
<p> When Apply is clicked, the <a href="#applyButtonPressed">applyButtonPressed</a>() signal is emitted.
<p> If <em>text</em> is a
-<a href="ntqstring.html#operator!">null string</a>,
+<a href="tqstring.html#operator!">null string</a>,
no button is shown.
<p> <p>See also <a href="#setCancelButton">setCancelButton</a>(), <a href="#setDefaultButton">setDefaultButton</a>(), and <a href="#applyButtonPressed">applyButtonPressed</a>().
@@ -371,7 +371,7 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Adds an Apply button to the dialog. The button's text is set to
a localizable "Apply".
-<h3 class=fn>void <a name="setCancelButton"></a>TQTabDialog::setCancelButton ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="setCancelButton"></a>TQTabDialog::setCancelButton ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Adds a Cancel button to the dialog. The button's text is set to <em>text</em>.
<p> The cancel button should always return the application to the state
@@ -380,7 +380,7 @@ Apply, back to the state immediately after the last Apply.
<p> When Cancel is clicked, the <a href="#cancelButtonPressed">cancelButtonPressed</a>() signal is emitted.
The dialog is closed at the same time.
<p> If <em>text</em> is a
-<a href="ntqstring.html#operator!">null string</a>,
+<a href="tqstring.html#operator!">null string</a>,
no button is shown.
<p> <p>See also <a href="#setApplyButton">setApplyButton</a>(), <a href="#setDefaultButton">setDefaultButton</a>(), and <a href="#cancelButtonPressed">cancelButtonPressed</a>().
@@ -390,14 +390,14 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Adds a Cancel button to the dialog. The button's text is set to
a localizable "Cancel".
-<h3 class=fn>void <a name="setDefaultButton"></a>TQTabDialog::setDefaultButton ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="setDefaultButton"></a>TQTabDialog::setDefaultButton ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Adds a Defaults button to the dialog. The button's text is set to <em>text</em>.
<p> The Defaults button should set the dialog (but not the application)
back to the application defaults.
<p> When Defaults is clicked, the <a href="#defaultButtonPressed">defaultButtonPressed</a>() signal is emitted.
<p> If <em>text</em> is a
-<a href="ntqstring.html#operator!">null string</a>,
+<a href="tqstring.html#operator!">null string</a>,
no button is shown.
<p> <p>See also <a href="#setApplyButton">setApplyButton</a>(), <a href="#setCancelButton">setCancelButton</a>(), and <a href="#defaultButtonPressed">defaultButtonPressed</a>().
@@ -415,12 +415,12 @@ immediately. There may be some geometry changes, depending on the
size of the old and new fonts.
<p>Reimplemented from <a href="tqwidget.html#setFont">TQWidget</a>.
-<h3 class=fn>void <a name="setHelpButton"></a>TQTabDialog::setHelpButton ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="setHelpButton"></a>TQTabDialog::setHelpButton ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Adds a Help button to the dialog. The button's text is set to <em>text</em>.
<p> When Help is clicked, the <a href="#helpButtonPressed">helpButtonPressed</a>() signal is emitted.
<p> If <em>text</em> is a
-<a href="ntqstring.html#operator!">null string</a>,
+<a href="tqstring.html#operator!">null string</a>,
no button is shown.
<p> <p>See also <a href="#setApplyButton">setApplyButton</a>(), <a href="#setCancelButton">setCancelButton</a>(), and <a href="#helpButtonPressed">helpButtonPressed</a>().
@@ -430,14 +430,14 @@ This is an overloaded member function, provided for convenience. It behaves esse
<p> Adds a Help button to the dialog. The button's text is set to
a localizable "Help".
-<h3 class=fn>void <a name="setOkButton"></a>TQTabDialog::setOkButton ( const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
+<h3 class=fn>void <a name="setOkButton"></a>TQTabDialog::setOkButton ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text )
</h3>
Adds an OK button to the dialog and sets the button's text to <em>text</em>.
<p> When the OK button is clicked, the <a href="#applyButtonPressed">applyButtonPressed</a>() signal is emitted,
and the current settings in the dialog box should be applied to
the application. The dialog then closes.
<p> If <em>text</em> is a
-<a href="ntqstring.html#operator!">null string</a>,
+<a href="tqstring.html#operator!">null string</a>,
no button is shown.
<p> <p>See also <a href="#setCancelButton">setCancelButton</a>(), <a href="#setDefaultButton">setDefaultButton</a>(), and <a href="#applyButtonPressed">applyButtonPressed</a>().
@@ -490,7 +490,7 @@ confuse the user.
Returns the currently set <a href="ntqtabbar.html">TQTabBar</a>.
<p>See also <a href="#setTabBar">setTabBar</a>().
-<h3 class=fn><a href="ntqstring.html">TQString</a> <a name="tabLabel"></a>TQTabDialog::tabLabel ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
+<h3 class=fn><a href="tqstring.html">TQString</a> <a name="tabLabel"></a>TQTabDialog::tabLabel ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
</h3> Returns the text in the tab for page <em>w</em>.
<!-- eof -->