diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqdatetimeedit.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (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> |