From b87533f9904c10f24d6b2e8177c00944e3efe15b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 26 Nov 2025 15:11:22 +0900 Subject: Replace TRUE/FALSE with boolean values true/false - part 4 Manually cherry-picked from commit 4d495175 Signed-off-by: Michele Calgaro --- doc/html/ntqgroupbox.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/html/ntqgroupbox.html') diff --git a/doc/html/ntqgroupbox.html b/doc/html/ntqgroupbox.html index 4fb9c0a63..434498c7d 100644 --- a/doc/html/ntqgroupbox.html +++ b/doc/html/ntqgroupbox.html @@ -181,13 +181,13 @@ and style.

See also setInsideSpacing() and orientation.

bool TQGroupBox::isCheckable () const -

Returns TRUE if the group box has a checkbox in its title; otherwise returns FALSE. +

Returns true if the group box has a checkbox in its title; otherwise returns false. See the "checkable" property for details.

bool TQGroupBox::isChecked () const -

Returns TRUE if the group box's checkbox is checked; otherwise returns FALSE. +

Returns true if the group box's checkbox is checked; otherwise returns false. See the "checked" property for details.

bool TQGroupBox::isFlat () const -

Returns TRUE if the group box is painted flat or has a frame; otherwise returns FALSE. +

Returns true if the group box is painted flat or has a frame; otherwise returns false. See the "flat" property for details.

Orientation TQGroupBox::orientation () const

Returns the group box's orientation. @@ -242,8 +242,8 @@ See the "title" property for details.

If the group box has a check box (see isCheckable()) this signal -is emitted when the check box is toggled. on is TRUE if the check -box is checked; otherwise it is FALSE. +is emitted when the check box is toggled. on is true if the check +box is checked; otherwise it is false.


Property Documentation

Alignment alignment

@@ -264,7 +264,7 @@ usually to the left.

Set this property's value with setAlignment() and get this property's value with alignment().

bool checkable

This property holds whether the group box has a checkbox in its title. -

If this property is TRUE, the group box has a checkbox. If the +

If this property is true, the group box has a checkbox. If the checkbox is checked (which is the default), the group box's children are enabled.

setCheckable() controls whether or not the group box has a -- cgit v1.2.3