summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlcdnumber.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/tqlcdnumber.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/tqlcdnumber.html')
-rw-r--r--doc/html/tqlcdnumber.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqlcdnumber.html b/doc/html/tqlcdnumber.html
index 84048c93e..ab3f3ecd5 100644
--- a/doc/html/tqlcdnumber.html
+++ b/doc/html/tqlcdnumber.html
@@ -160,15 +160,15 @@ Destroys the LCD number.
<h3 class=fn>bool <a name="checkOverflow"></a>TQLCDNumber::checkOverflow ( double&nbsp;num ) const
</h3>
-Returns TRUE if <em>num</em> is too big to be displayed in its entirety;
-otherwise returns FALSE.
+Returns true if <em>num</em> is too big to be displayed in its entirety;
+otherwise returns false.
<p> <p>See also <a href="#display">display</a>(), <a href="#numDigits-prop">numDigits</a>, and <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>.
<h3 class=fn>bool <a name="checkOverflow-2"></a>TQLCDNumber::checkOverflow ( int&nbsp;num ) const
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
-<p> Returns TRUE if <em>num</em> is too big to be displayed in its entirety;
-otherwise returns FALSE.
+<p> Returns true if <em>num</em> is too big to be displayed in its entirety;
+otherwise returns false.
<p> <p>See also <a href="#display">display</a>(), <a href="#numDigits-prop">numDigits</a>, and <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>.
<h3 class=fn>void <a name="display"></a>TQLCDNumber::display ( const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;s )<tt> [slot]</tt>
@@ -279,7 +279,7 @@ equivalent.
<p>Set this property's value with <a href="#setMode">setMode</a>() and get this property's value with <a href="#mode">mode</a>().
<h3 class=fn>int <a name="numDigits-prop"></a>numDigits</h3>
<p>This property holds the current number of digits displayed.
-<p>Corresponds to the current number of digits. If <a href="#smallDecimalPoint-prop">TQLCDNumber::smallDecimalPoint</a> is FALSE, the decimal point occupies
+<p>Corresponds to the current number of digits. If <a href="#smallDecimalPoint-prop">TQLCDNumber::smallDecimalPoint</a> is false, the decimal point occupies
one digit position.
<p> <p>See also <a href="#smallDecimalPoint-prop">smallDecimalPoint</a>.
@@ -302,9 +302,9 @@ one digit position.
<p>Set this property's value with <a href="#setSegmentStyle">setSegmentStyle</a>() and get this property's value with <a href="#segmentStyle">segmentStyle</a>().
<h3 class=fn>bool <a name="smallDecimalPoint-prop"></a>smallDecimalPoint</h3>
<p>This property holds the style of the decimal point.
-<p>If TRUE the decimal point is drawn between two digit positions.
+<p>If true the decimal point is drawn between two digit positions.
Otherwise it occupies a digit position of its own, i.e. is drawn
-in a digit position. The default is FALSE.
+in a digit position. The default is false.
<p> The inter-digit space is made slightly wider when the decimal
point is drawn between the digits.
<p> <p>See also <a href="#mode-prop">mode</a>.