diff options
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> |