diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/qtimeedit.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-r14.1.x.tar.gz tqt-r14.1.x.zip | |
Replace TRUE/FALSE with boolean values true/false - part 4r14.1.x
Manually cherry-picked from commit 4d495175
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qtimeedit.html')
| -rw-r--r-- | doc/html/qtimeedit.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qtimeedit.html b/doc/html/qtimeedit.html index b05af88ef..5c0878c71 100644 --- a/doc/html/qtimeedit.html +++ b/doc/html/qtimeedit.html @@ -138,7 +138,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="qtimeedit.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. @@ -210,9 +210,9 @@ See the <a href="qtimeedit.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="qtimeedit.html#Display-enum">Display</a> <a name="display-prop"></a>display</h3> |
