summaryrefslogtreecommitdiffstats
path: root/doc/html/tqtabdialog.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqtabdialog.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-rename/true-false-4.tar.gz
tqt-rename/true-false-4.zip
Replace TRUE/FALSE with boolean values true/false - part 4rename/true-false-4
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqtabdialog.html')
-rw-r--r--doc/html/tqtabdialog.html34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/html/tqtabdialog.html b/doc/html/tqtabdialog.html
index 462465e53..b01fc1ace 100644
--- a/doc/html/tqtabdialog.html
+++ b/doc/html/tqtabdialog.html
@@ -37,7 +37,7 @@ body { background: #ffffff; color: black; }
<p><a href="tqtabdialog-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
-<li class=fn><a href="#TQTabDialog"><b>TQTabDialog</b></a> ( TQWidget&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = FALSE, WFlags&nbsp;f = 0 )</li>
+<li class=fn><a href="#TQTabDialog"><b>TQTabDialog</b></a> ( TQWidget&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, bool&nbsp;modal = false, WFlags&nbsp;f = 0 )</li>
<li class=fn><a href="#~TQTabDialog"><b>~TQTabDialog</b></a> ()</li>
<li class=fn>virtual void <a href="#setFont"><b>setFont</b></a> ( const&nbsp;TQFont&nbsp;&amp;&nbsp;font )</li>
<li class=fn>void <a href="#addTab"><b>addTab</b></a> ( TQWidget&nbsp;*&nbsp;child, const&nbsp;TQString&nbsp;&amp;&nbsp;label )</li>
@@ -155,7 +155,7 @@ than TQTabDialog provides, consider creating a <a href="tqdialog.html">TQDialog<
<p> <p>See also <a href="tqdialog.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="tqwidget.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="tqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments
@@ -258,32 +258,32 @@ Apply or OK.
<h3 class=fn>bool <a name="hasApplyButton"></a>TQTabDialog::hasApplyButton () const
</h3>
-Returns TRUE if the tab dialog has an Apply button; otherwise
-returns FALSE.
+Returns true if the tab dialog has an Apply button; otherwise
+returns false.
<p> <p>See also <a href="#setApplyButton">setApplyButton</a>(), <a href="#applyButtonPressed">applyButtonPressed</a>(), <a href="#hasCancelButton">hasCancelButton</a>(), and <a href="#hasDefaultButton">hasDefaultButton</a>().
<h3 class=fn>bool <a name="hasCancelButton"></a>TQTabDialog::hasCancelButton () const
</h3>
-Returns TRUE if the tab dialog has a Cancel button; otherwise
-returns FALSE.
+Returns true if the tab dialog has a Cancel button; otherwise
+returns false.
<p> <p>See also <a href="#setCancelButton">setCancelButton</a>(), <a href="#cancelButtonPressed">cancelButtonPressed</a>(), <a href="#hasApplyButton">hasApplyButton</a>(), and <a href="#hasDefaultButton">hasDefaultButton</a>().
<h3 class=fn>bool <a name="hasDefaultButton"></a>TQTabDialog::hasDefaultButton () const
</h3>
-Returns TRUE if the tab dialog has a Defaults button; otherwise
-returns FALSE.
+Returns true if the tab dialog has a Defaults button; otherwise
+returns false.
<p> <p>See also <a href="#setDefaultButton">setDefaultButton</a>(), <a href="#defaultButtonPressed">defaultButtonPressed</a>(), <a href="#hasApplyButton">hasApplyButton</a>(), and <a href="#hasCancelButton">hasCancelButton</a>().
<h3 class=fn>bool <a name="hasHelpButton"></a>TQTabDialog::hasHelpButton () const
</h3>
-Returns TRUE if the tab dialog has a Help button; otherwise returns
-FALSE.
+Returns true if the tab dialog has a Help button; otherwise returns
+false.
<p> <p>See also <a href="#setHelpButton">setHelpButton</a>(), <a href="#helpButtonPressed">helpButtonPressed</a>(), <a href="#hasApplyButton">hasApplyButton</a>(), and <a href="#hasCancelButton">hasCancelButton</a>().
<h3 class=fn>bool <a name="hasOkButton"></a>TQTabDialog::hasOkButton () const
</h3>
-Returns TRUE if the tab dialog has an OK button; otherwise returns
-FALSE.
+Returns true if the tab dialog has an OK button; otherwise returns
+false.
<p> <p>See also <a href="#setOkButton">setOkButton</a>(), <a href="#hasApplyButton">hasApplyButton</a>(), <a href="#hasCancelButton">hasCancelButton</a>(), and <a href="#hasDefaultButton">hasDefaultButton</a>().
<h3 class=fn>void <a name="helpButtonPressed"></a>TQTabDialog::helpButtonPressed ()<tt> [signal]</tt>
@@ -329,15 +329,15 @@ position where this tab page should be inserted.
<p>
<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.
+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>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.
-<p> Returns TRUE if the page with object name <em>name</em> is enabled and
-FALSE if it is disabled.
+<p> Returns true if the page with object name <em>name</em> is enabled and
+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.
+returns false.
<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="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w )
@@ -455,7 +455,7 @@ or the behavior is undefined.
<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
+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="tqtabwidget.html">TQTabWidget</a> uses <a href="tqwidget.html#setEnabled">TQWidget::setEnabled</a>() internally, rather than keeping a
separate flag.