summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqtoolbutton.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqtoolbutton.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-r14.1.x.tar.gz
tqt-r14.1.x.zip
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqtoolbutton.html')
-rw-r--r--doc/html/ntqtoolbutton.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/ntqtoolbutton.html b/doc/html/ntqtoolbutton.html
index 95c588c9e..c85894479 100644
--- a/doc/html/ntqtoolbutton.html
+++ b/doc/html/ntqtoolbutton.html
@@ -123,7 +123,7 @@ auto-raised because the mouse pointer is hovering over it.
TQMainWindow's settings (see <a href="ntqmainwindow.html#setUsesTextLabel">TQMainWindow::setUsesTextLabel</a>() and
<a href="ntqmainwindow.html#setUsesBigPixmaps">TQMainWindow::setUsesBigPixmaps</a>()). The pixmap set on a TQToolButton
will be set to 22x22 if it is bigger than this size. If
-<a href="#usesBigPixmap">usesBigPixmap</a>() is TRUE, then the pixmap will be set to 32x32.
+<a href="#usesBigPixmap">usesBigPixmap</a>() is true, then the pixmap will be set to 32x32.
<p> A tool button can offer additional choices in a popup menu. The
feature is sometimes used with the "Back" button in a web browser.
After pressing and holding the button down for a while, a menu
@@ -166,7 +166,7 @@ constructor.
Destroys the object and frees any allocated resources.
<h3 class=fn>bool <a name="autoRaise"></a>TQToolButton::autoRaise () const
-</h3><p>Returns TRUE if auto-raising is enabled; otherwise returns FALSE.
+</h3><p>Returns true if auto-raising is enabled; otherwise returns false.
See the <a href="ntqtoolbutton.html#autoRaise-prop">"autoRaise"</a> property for details.
<h3 class=fn><a href="ntqiconset.html">TQIconSet</a> <a name="iconSet"></a>TQToolButton::iconSet () const
</h3><p>Returns the icon set providing the icon shown on the button.
@@ -248,7 +248,7 @@ See the <a href="ntqtoolbutton.html#textLabel-prop">"textLabel"</a> property for
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the label of this button to <em>newLabel</em> and automatically
-sets it as a tool tip if <em>tipToo</em> is TRUE.
+sets it as a tool tip if <em>tipToo</em> is true.
<h3 class=fn>void <a name="setTextPosition"></a>TQToolButton::setTextPosition ( <a href="ntqtoolbutton.html#TextPosition-enum">TextPosition</a>&nbsp;pos )<tt> [slot]</tt>
</h3><p>Sets the position of the text label of this button to <em>pos</em>.
@@ -277,20 +277,20 @@ Toggles the state of this tool button.
<h3 class=fn>bool <a name="uses3D"></a>TQToolButton::uses3D () const<tt> [protected]</tt>
</h3>
-Returns TRUE if this button should be drawn using raised edges;
-otherwise returns FALSE.
+Returns true if this button should be drawn using raised edges;
+otherwise returns false.
<p> <p>See also <a href="ntqbutton.html#drawButton">drawButton</a>().
<h3 class=fn>bool <a name="usesBigPixmap"></a>TQToolButton::usesBigPixmap () const
-</h3><p>Returns TRUE if this toolbutton uses big pixmaps; otherwise returns FALSE.
+</h3><p>Returns true if this toolbutton uses big pixmaps; otherwise returns false.
See the <a href="ntqtoolbutton.html#usesBigPixmap-prop">"usesBigPixmap"</a> property for details.
<h3 class=fn>bool <a name="usesTextLabel"></a>TQToolButton::usesTextLabel () const
-</h3><p>Returns TRUE if the toolbutton displays a text label below the button pixmap; otherwise returns FALSE.
+</h3><p>Returns true if the toolbutton displays a text label below the button pixmap; otherwise returns false.
See the <a href="ntqtoolbutton.html#usesTextLabel-prop">"usesTextLabel"</a> property for details.
<hr><h2>Property Documentation</h2>
<h3 class=fn>bool <a name="autoRaise-prop"></a>autoRaise</h3>
<p>This property holds whether auto-raising is enabled.
-<p>The default is disabled (i.e. FALSE).
+<p>The default is disabled (i.e. false).
<p>Set this property's value with <a href="#setAutoRaise">setAutoRaise</a>() and get this property's value with <a href="#autoRaise">autoRaise</a>().
<h3 class=fn><a href="ntqt.html#BackgroundMode-enum">BackgroundMode</a> <a name="backgroundMode-prop"></a>backgroundMode</h3>
@@ -318,7 +318,7 @@ code and use the TQIconSet On/Off mechanism.
<h3 class=fn>bool <a name="on-prop"></a>on</h3>
<p>This property holds whether this tool button is on.
<p>This property has no effect on <a href="ntqbutton.html#isToggleButton">non-toggling
- buttons.</a> The default is FALSE (i.e. off).
+ buttons.</a> The default is false (i.e. off).
<p> <p>See also <a href="#toggleButton-prop">toggleButton</a> and <a href="#toggle">toggle</a>().
<p>Set this property's value with <a href="#setOn">setOn</a>().
@@ -366,7 +366,7 @@ default.
<p>TQToolButton automatically connects this property to the relevant
signal in the <a href="ntqmainwindow.html">TQMainWindow</a> in which it resides. We strongly
recommend that you use <a href="ntqmainwindow.html#setUsesBigPixmaps">TQMainWindow::setUsesBigPixmaps</a>() instead.
-<p> This property's default is TRUE.
+<p> This property's default is true.
<p> <b>Warning:</b> If you set some buttons (in a TQMainWindow) to have big
pixmaps and others to have small pixmaps, TQMainWindow may not get
the geometry right.
@@ -374,7 +374,7 @@ the geometry right.
<p>Set this property's value with <a href="#setUsesBigPixmap">setUsesBigPixmap</a>() and get this property's value with <a href="#usesBigPixmap">usesBigPixmap</a>().
<h3 class=fn>bool <a name="usesTextLabel-prop"></a>usesTextLabel</h3>
<p>This property holds whether the toolbutton displays a text label below the button pixmap.
-<p>The default is FALSE.
+<p>The default is false.
<p> TQToolButton automatically connects this slot to the relevant
signal in the <a href="ntqmainwindow.html">TQMainWindow</a> in which is resides.