diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-31 13:38:31 +0900 | 
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-07-31 13:43:03 +0900 | 
| commit | 6e4a70d41a2636ce99a1da7b6827ac5685ed3186 (patch) | |
| tree | b029ebf1d5be6d1ac0ee361e7bfb68a7dbed0eec /doc/man/man3/tqlcdnumber.3qt | |
| parent | 81ade129093a279e6537db25710583fd2bba9427 (diff) | |
| download | tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.tar.gz tqt-6e4a70d41a2636ce99a1da7b6827ac5685ed3186.zip | |
Replace TRUE/FALSE with boolean values true/false - part 3
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked and manually edited from commit 6dd781c483eea56f51ae0eff47d857976b5d0f0d)
Diffstat (limited to 'doc/man/man3/tqlcdnumber.3qt')
| -rw-r--r-- | doc/man/man3/tqlcdnumber.3qt | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/doc/man/man3/tqlcdnumber.3qt b/doc/man/man3/tqlcdnumber.3qt index d39eeba22..9c738cc3b 100644 --- a/doc/man/man3/tqlcdnumber.3qt +++ b/doc/man/man3/tqlcdnumber.3qt @@ -184,13 +184,13 @@ See also numDigits and smallDecimalPoint.  .SH "QLCDNumber::~QLCDNumber ()"  Destroys the LCD number.  .SH "bool QLCDNumber::checkOverflow ( double num ) const" -Returns TRUE if \fInum\fR is too big to be displayed in its entirety; otherwise returns FALSE. +Returns true if \fInum\fR is too big to be displayed in its entirety; otherwise returns false.  .PP  See also display(), numDigits, and smallDecimalPoint.  .SH "bool QLCDNumber::checkOverflow ( int num ) const"  This is an overloaded member function, provided for convenience. It behaves essentially like the above function.  .PP -Returns TRUE if \fInum\fR is too big to be displayed in its entirety; otherwise returns FALSE. +Returns true if \fInum\fR is too big to be displayed in its entirety; otherwise returns false.  .PP  See also display(), numDigits, and smallDecimalPoint.  .SH "void QLCDNumber::display ( const TQString & s )\fC [slot]\fR" @@ -272,7 +272,7 @@ Set this property's value with setMode() and get this property's value with mode  .SH "int numDigits"  This property holds the current number of digits displayed.  .PP -Corresponds to the current number of digits. If QLCDNumber::smallDecimalPoint is FALSE, the decimal point occupies one digit position. +Corresponds to the current number of digits. If QLCDNumber::smallDecimalPoint is false, the decimal point occupies one digit position.  .PP  See also smallDecimalPoint.  .PP @@ -293,7 +293,7 @@ Set this property's value with setSegmentStyle() and get this property's value w  .SH "bool smallDecimalPoint"  This property holds the style of the decimal point.  .PP -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. +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.  .PP  The inter-digit space is made slightly wider when the decimal point is drawn between the digits.  .PP | 
