summaryrefslogtreecommitdiffstats
path: root/doc/html/tqspinbox.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/tqspinbox.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/tqspinbox.html')
-rw-r--r--doc/html/tqspinbox.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqspinbox.html b/doc/html/tqspinbox.html
index 8e17308be..30bba2778 100644
--- a/doc/html/tqspinbox.html
+++ b/doc/html/tqspinbox.html
@@ -261,8 +261,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
@@ -346,7 +346,7 @@ See the <a href="tqspinbox.html#specialValueText-prop">"specialValueText"</a> pr
<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="tqrangecontrol.html#subtractLine">subtractLine</a>(), <a href="#lineStep-prop">lineStep</a>, <a href="tqrangecontrol.html#setSteps">setSteps</a>(), <a href="#value-prop">value</a>, and <a href="#value-prop">value</a>.
@@ -354,7 +354,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="tqrangecontrol.html#addLine">addLine</a>(), <a href="#lineStep-prop">lineStep</a>, <a href="tqrangecontrol.html#setSteps">setSteps</a>(), <a href="#value-prop">value</a>, and <a href="#value-prop">value</a>.
@@ -425,7 +425,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="tqspinbox.html#wrapping-prop">"wrapping"</a> property for details.
<hr><h2>Property Documentation</h2>
<h3 class=fn><a href="tqspinbox.html#ButtonSymbols-enum">ButtonSymbols</a> <a name="buttonSymbols-prop"></a>buttonSymbols</h3>