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.html52
1 files changed, 26 insertions, 26 deletions
diff --git a/doc/html/ntqtabdialog.html b/doc/html/ntqtabdialog.html
index f82a877c..3cdb1e91 100644
--- a/doc/html/ntqtabdialog.html
+++ b/doc/html/ntqtabdialog.html
@@ -106,7 +106,7 @@ following optional buttons: Apply, Cancel, Defaults and Help.
constructor:
<ol type=1>
<li> Create a TQTabDialog.
-<li> Create a <a href="ntqwidget.html">TQWidget</a> for each of the pages in the tab dialog, insert
+<li> Create a <a href="tqwidget.html">TQWidget</a> for each of the pages in the tab dialog, insert
children into it, set up geometry management for it, and use
<a href="#addTab">addTab</a>() (or <a href="#insertTab">insertTab</a>()) to set up a tab and keyboard accelerator
for it.
@@ -156,7 +156,7 @@ than TQTabDialog provides, consider creating a <a href="ntqdialog.html">TQDialog
<p> <p>See also <a href="ntqdialog.html">TQDialog</a> and <a href="dialogs.html">Dialog Classes</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQTabDialog"></a>TQTabDialog::TQTabDialog ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQTabDialog"></a>TQTabDialog::TQTabDialog ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;f = 0 )
</h3>
Constructs a TQTabDialog with only an OK button.
The <em>parent</em>, <em>name</em>, <em>modal</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments
@@ -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="ntqwidget.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="ntqstring.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,11 +196,11 @@ 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="ntqwidget.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="ntqstring.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>.
-<h3 class=fn>void <a name="addTab-3"></a>TQTabDialog::addTab ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, <a href="qtab.html">TQTab</a>&nbsp;*&nbsp;tab )
+<h3 class=fn>void <a name="addTab-3"></a>TQTabDialog::addTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, <a href="qtab.html">TQTab</a>&nbsp;*&nbsp;tab )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This is a lower-level method for adding tabs, similar to the other
@@ -228,21 +228,21 @@ 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="ntqwidget.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="ntqstring.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="ntqwidget.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="ntqstring.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>
-<h3 class=fn>void <a name="currentChanged"></a>TQTabDialog::currentChanged ( <a href="ntqwidget.html">TQWidget</a>&nbsp;* )<tt> [signal]</tt>
+<h3 class=fn>void <a name="currentChanged"></a>TQTabDialog::currentChanged ( <a href="tqwidget.html">TQWidget</a>&nbsp;* )<tt> [signal]</tt>
</h3>
<p> This signal is emitted whenever the current page changes.
<p> <p>See also <a href="#currentPage">currentPage</a>(), <a href="#showPage">showPage</a>(), and <a href="#tabLabel">tabLabel</a>().
-<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="currentPage"></a>TQTabDialog::currentPage () const
+<h3 class=fn><a href="tqwidget.html">TQWidget</a>&nbsp;* <a name="currentPage"></a>TQTabDialog::currentPage () const
</h3> Returns a pointer to the page currently being displayed by the
tab dialog. The tab dialog does its best to make sure that this value
is never 0 (but if you try hard enough, it can be).
@@ -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="ntqwidget.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="ntqstring.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,11 +313,11 @@ 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="ntqwidget.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="ntqstring.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>.
-<h3 class=fn>void <a name="insertTab-3"></a>TQTabDialog::insertTab ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, <a href="qtab.html">TQTab</a>&nbsp;*&nbsp;tab, int&nbsp;index = -1 )
+<h3 class=fn>void <a name="insertTab-3"></a>TQTabDialog::insertTab ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;child, <a href="qtab.html">TQTab</a>&nbsp;*&nbsp;tab, int&nbsp;index = -1 )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> This is a lower-level method for inserting tabs, similar to the other
@@ -328,10 +328,10 @@ subclass of <a href="qtab.html">TQTab</a>.
label or an icon that identifies the tab page. The <em>index</em> is the
position where this tab page should be inserted.
<p>
-<h3 class=fn>bool <a name="isTabEnabled"></a>TQTabDialog::isTabEnabled ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w ) const
+<h3 class=fn>bool <a name="isTabEnabled"></a>TQTabDialog::isTabEnabled ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w ) const
</h3>
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="ntqwidget.html#enabled-prop">TQWidget::enabled</a>.
+<p> <p>See also <a href="#setTabEnabled">setTabEnabled</a>() and <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>.
<h3 class=fn>bool <a name="isTabEnabled-2"></a>TQTabDialog::isTabEnabled ( const&nbsp;char&nbsp;*&nbsp;name ) const
</h3> <b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
@@ -339,12 +339,12 @@ Returns TRUE if the page <em>w</em> is enabled; otherwise returns FALSE.
FALSE if it is disabled.
<p> If <em>name</em> is 0 or not the name of any of the pages, <a href="#isTabEnabled">isTabEnabled</a>()
returns FALSE.
-<p> <p>See also <a href="#setTabEnabled">setTabEnabled</a>() and <a href="ntqwidget.html#enabled-prop">TQWidget::enabled</a>.
+<p> <p>See also <a href="#setTabEnabled">setTabEnabled</a>() and <a href="tqwidget.html#enabled-prop">TQWidget::enabled</a>.
-<h3 class=fn>void <a name="removePage"></a>TQTabDialog::removePage ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
+<h3 class=fn>void <a name="removePage"></a>TQTabDialog::removePage ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
</h3> Removes page <em>w</em> from this stack of widgets. Does not
delete <em>w</em>.
-<p>See also <a href="#showPage">showPage</a>(), <a href="ntqtabwidget.html#removePage">TQTabWidget::removePage</a>(), and <a href="ntqwidgetstack.html#removeWidget">TQWidgetStack::removeWidget</a>().
+<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>
@@ -352,7 +352,7 @@ delete <em>w</em>.
<b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> This signal is emitted whenever a tab is selected (raised),
including during the first <a href="ntqdialog.html#show">show</a>().
-<p> <p>See also <a href="ntqwidget.html#raise">raise</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>
@@ -414,7 +414,7 @@ Sets the font for the tabs to <em>font</em>.
immediately. There may be some geometry changes, depending on the
size of the old and new fonts.
-<p>Reimplemented from <a href="ntqwidget.html#setFont">TQWidget</a>.
+<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>
Adds a Help button to the dialog. The button's text is set to <em>text</em>.
@@ -454,32 +454,32 @@ Note that this must be called <em>before</em> any tabs have been added,
or the behavior is undefined.
<p>See also <a href="#tabBar">tabBar</a>().
-<h3 class=fn>void <a name="setTabEnabled"></a>TQTabDialog::setTabEnabled ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, bool&nbsp;enable )
+<h3 class=fn>void <a name="setTabEnabled"></a>TQTabDialog::setTabEnabled ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, bool&nbsp;enable )
</h3>
If <em>enable</em> is TRUE the page <em>w</em> is enabled; otherwise <em>w</em> is
disabled. The page's tab is redrawn appropriately.
-<p> <a href="ntqtabwidget.html">TQTabWidget</a> uses <a href="ntqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a
+<p> <a href="ntqtabwidget.html">TQTabWidget</a> uses <a href="tqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a
separate flag.
<p> Note that even a disabled tab and tab page may be visible. If the
page is already visible 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="ntqwidget.html#enabled-prop">TQWidget::enabled</a>.
+<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="setTabEnabled-2"></a>TQTabDialog::setTabEnabled ( const&nbsp;char&nbsp;*&nbsp;name, bool&nbsp;enable )
</h3><b>This function is obsolete.</b> It is provided to keep old source working. We strongly advise against using it in new code.
<p> Finds the page with object name <em>name</em>, enables/disables it
according to the value of <em>enable</em> and redraws the page's tab
appropriately.
-<p> TQTabDialog uses <a href="ntqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a
+<p> TQTabDialog uses <a href="tqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a
separate flag.
<p> Note that even a disabled tab/page may be visible. If the page is
already visible TQTabDialog will not hide it; if all the pages
are disabled TQTabDialog will show one of them.
<p> The object name is used (rather than the tab label) because the tab
text may not be invariant in multi-language applications.
-<p> <p>See also <a href="#isTabEnabled">isTabEnabled</a>() and <a href="ntqwidget.html#enabled-prop">TQWidget::enabled</a>.
+<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="showPage"></a>TQTabDialog::showPage ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
+<h3 class=fn>void <a name="showPage"></a>TQTabDialog::showPage ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
</h3> Ensures that widget <em>w</em> is shown. This is mainly useful for accelerators.
<p> <b>Warning:</b> If used carelessly, this function can easily surprise or
confuse the user.
@@ -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="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
+<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> Returns the text in the tab for page <em>w</em>.
<!-- eof -->