diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-16 17:42:59 +0900 |
| commit | 4d495175043c399fdca6e1bb4c74ef176fc76fb4 (patch) | |
| tree | 119a6d76d177dade68b3744cb660fe26b33c9864 /doc/html/tqdatetimeedit.html | |
| parent | cf2c8613706a3685266058db00c0e9f632c5bd24 (diff) | |
| download | tqt-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/tqdatetimeedit.html')
| -rw-r--r-- | doc/html/tqdatetimeedit.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqdatetimeedit.html b/doc/html/tqdatetimeedit.html index efb944a0a..5010ea935 100644 --- a/doc/html/tqdatetimeedit.html +++ b/doc/html/tqdatetimeedit.html @@ -117,7 +117,7 @@ Destroys the object and frees any allocated resources. <h3 class=fn>bool <a name="autoAdvance"></a>TQDateTimeEdit::autoAdvance () const </h3> -Returns TRUE if auto-advance is enabled, otherwise returns FALSE. +Returns true if auto-advance is enabled, otherwise returns false. <p> <p>See also <a href="#setAutoAdvance">setAutoAdvance</a>(). <h3 class=fn><a href="tqdateedit.html">TQDateEdit</a> * <a name="dateEdit"></a>TQDateTimeEdit::dateEdit () @@ -132,7 +132,7 @@ See the <a href="tqdatetimeedit.html#dateTime-prop">"dateTime"</a> property for <h3 class=fn>void <a name="setAutoAdvance"></a>TQDateTimeEdit::setAutoAdvance ( bool advance )<tt> [virtual]</tt> </h3> Sets the auto advance property of the editor to <em>advance</em>. If set -to TRUE, the editor will automatically advance focus to the next +to true, the editor will automatically advance focus to the next date or time section if the user has completed a section. <h3 class=fn>void <a name="setDateTime"></a>TQDateTimeEdit::setDateTime ( const <a href="tqdatetime.html">TQDateTime</a> & dt )<tt> [virtual slot]</tt> |
