summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqspinbox.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/ntqspinbox.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/ntqspinbox.html')
-rw-r--r--doc/html/ntqspinbox.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqspinbox.html b/doc/html/ntqspinbox.html
index 7ab4c8cde..564500dca 100644
--- a/doc/html/ntqspinbox.html
+++ b/doc/html/ntqspinbox.html
@@ -262,8 +262,8 @@ This virtual function is used by the spin box whenever it needs to
interpret text entered by the user as a value. The text is
available as <a href="#text">text</a>() and as <a href="#cleanText">cleanText</a>(), and this function must
parse it if possible. If <em>ok</em> is not 0: if it parses the text
-successfully, <em>*ok</em> is set to TRUE; otherwise <em>*ok</em> is set to
-FALSE.
+successfully, <em>*ok</em> is set to true; otherwise <em>*ok</em> is set to
+false.
<p> Subclasses that need to display spin box values in a non-numeric
way need to reimplement this function.
<p> Note that TQt handles <a href="#specialValueText">specialValueText</a>() separately; this function
@@ -347,7 +347,7 @@ See the <a href="ntqspinbox.html#specialValueText-prop">"specialValueText"</a> p
<h3 class=fn>void <a name="stepDown"></a>TQSpinBox::stepDown ()<tt> [virtual slot]</tt>
</h3>
Decreases the spin box's value one <a href="#lineStep">lineStep</a>(), wrapping as
-necessary if <a href="#wrapping">wrapping</a>() is TRUE. This is the same as clicking on
+necessary if <a href="#wrapping">wrapping</a>() is true. This is the same as clicking on
the pointing-down button and can be used for keyboard
accelerators, for example.
<p> <p>See also <a href="#stepUp">stepUp</a>(), <a href="ntqrangecontrol.html#subtractLine">subtractLine</a>(), <a href="#lineStep-prop">lineStep</a>, <a href="ntqrangecontrol.html#setSteps">setSteps</a>(), <a href="#value-prop">value</a>, and <a href="#value-prop">value</a>.
@@ -355,7 +355,7 @@ accelerators, for example.
<h3 class=fn>void <a name="stepUp"></a>TQSpinBox::stepUp ()<tt> [virtual slot]</tt>
</h3>
Increases the spin box's value by one <a href="#lineStep">lineStep</a>(), wrapping as
-necessary if <a href="#wrapping">wrapping</a>() is TRUE. This is the same as clicking on
+necessary if <a href="#wrapping">wrapping</a>() is true. This is the same as clicking on
the pointing-up button and can be used for keyboard accelerators,
for example.
<p> <p>See also <a href="#stepDown">stepDown</a>(), <a href="ntqrangecontrol.html#addLine">addLine</a>(), <a href="#lineStep-prop">lineStep</a>, <a href="ntqrangecontrol.html#setSteps">setSteps</a>(), <a href="#value-prop">value</a>, and <a href="#value-prop">value</a>.
@@ -426,7 +426,7 @@ the edit field of the spin box.
<p> <p>See also <a href="#value-prop">value</a>, <a href="#prefix-prop">prefix</a>, <a href="#suffix-prop">suffix</a>, and <a href="#specialValueText-prop">specialValueText</a>.
<h3 class=fn>bool <a name="wrapping"></a>TQSpinBox::wrapping () const
-</h3><p>Returns TRUE if it is possible to step the value from the highest value to the lowest value and vice versa; otherwise returns FALSE.
+</h3><p>Returns true if it is possible to step the value from the highest value to the lowest value and vice versa; otherwise returns false.
See the <a href="ntqspinbox.html#wrapping-prop">"wrapping"</a> property for details.
<hr><h2>Property Documentation</h2>
<h3 class=fn><a href="ntqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> <a name="buttonSymbols-prop"></a>buttonSymbols</h3>