From 4d495175043c399fdca6e1bb4c74ef176fc76fb4 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 6 Aug 2025 11:29:57 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Signed-off-by: Michele Calgaro --- doc/html/tqtimeedit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/tqtimeedit.html') 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 parent and called name. Destroys the object and frees any allocated resources.

bool TQTimeEdit::autoAdvance () const -

Returns TRUE if the editor automatically advances to the next section; otherwise returns FALSE. +

Returns true if the editor automatically advances to the next section; otherwise returns false. See the "autoAdvance" property for details.

uint TQTimeEdit::display () const

Returns the sections that are displayed in the time edit. @@ -209,9 +209,9 @@ See the "time" property for details.


Property Documentation

bool autoAdvance

This property holds whether the editor automatically advances to the next section. -

If autoAdvance is TRUE, the editor will automatically advance +

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.

Set this property's value with setAutoAdvance() and get this property's value with autoAdvance().

Display display

-- cgit v1.2.3