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/tqtimeedit.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/tqtimeedit.html')
| -rw-r--r-- | doc/html/tqtimeedit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/tqtimeedit.html b/doc/html/tqtimeedit.html index 3fd7f6844..7bd4a091e 100644 --- a/doc/html/tqtimeedit.html +++ b/doc/html/tqtimeedit.html @@ -137,7 +137,7 @@ parent <em>parent</em> and called <em>name</em>. Destroys the object and frees any allocated resources. <h3 class=fn>bool <a name="autoAdvance"></a>TQTimeEdit::autoAdvance () const -</h3><p>Returns TRUE if the editor automatically advances to the next section; otherwise returns FALSE. +</h3><p>Returns true if the editor automatically advances to the next section; otherwise returns false. See the <a href="tqtimeedit.html#autoAdvance-prop">"autoAdvance"</a> property for details. <h3 class=fn>uint <a name="display"></a>TQTimeEdit::display () const </h3><p>Returns the sections that are displayed in the time edit. @@ -209,9 +209,9 @@ See the <a href="tqtimeedit.html#time-prop">"time"</a> property for details. <hr><h2>Property Documentation</h2> <h3 class=fn>bool <a name="autoAdvance-prop"></a>autoAdvance</h3> <p>This property holds whether the editor automatically advances to the next section. -<p>If autoAdvance is TRUE, the editor will automatically advance +<p>If autoAdvance is true, the editor will automatically advance focus to the next time section if a user has completed a section. -The default is FALSE. +The default is false. <p>Set this property's value with <a href="#setAutoAdvance">setAutoAdvance</a>() and get this property's value with <a href="#autoAdvance">autoAdvance</a>(). <h3 class=fn><a href="tqtimeedit.html#Display-enum">Display</a> <a name="display-prop"></a>display</h3> |
