summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqgroupbox.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-11-26 15:11:22 +0900
commitb87533f9904c10f24d6b2e8177c00944e3efe15b (patch)
treec1106a381c851b51e86004698457aef1211b77be /doc/html/ntqgroupbox.html
parent894037c3e68e1573a34183d936171f8cda5085f3 (diff)
downloadtqt-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/ntqgroupbox.html')
-rw-r--r--doc/html/ntqgroupbox.html12
1 files changed, 6 insertions, 6 deletions
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.
<p> <p>See also <a href="#setInsideSpacing">setInsideSpacing</a>() and <a href="#orientation-prop">orientation</a>.
<h3 class=fn>bool <a name="isCheckable"></a>TQGroupBox::isCheckable () const
-</h3><p>Returns TRUE if the group box has a checkbox in its title; otherwise returns FALSE.
+</h3><p>Returns true if the group box has a checkbox in its title; otherwise returns false.
See the <a href="ntqgroupbox.html#checkable-prop">"checkable"</a> property for details.
<h3 class=fn>bool <a name="isChecked"></a>TQGroupBox::isChecked () const
-</h3><p>Returns TRUE if the group box's checkbox is checked; otherwise returns FALSE.
+</h3><p>Returns true if the group box's checkbox is checked; otherwise returns false.
See the <a href="ntqgroupbox.html#checked-prop">"checked"</a> property for details.
<h3 class=fn>bool <a name="isFlat"></a>TQGroupBox::isFlat () const
-</h3><p>Returns TRUE if the group box is painted flat or has a frame; otherwise returns FALSE.
+</h3><p>Returns true if the group box is painted flat or has a frame; otherwise returns false.
See the <a href="ntqgroupbox.html#flat-prop">"flat"</a> property for details.
<h3 class=fn><a href="ntqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQGroupBox::orientation () const
</h3><p>Returns the group box's orientation.
@@ -242,8 +242,8 @@ See the <a href="ntqgroupbox.html#title-prop">"title"</a> property for details.
</h3>
<p> If the group box has a check box (see <a href="#isCheckable">isCheckable</a>()) this signal
-is emitted when the check box is toggled. <em>on</em> is TRUE if the check
-box is checked; otherwise it is FALSE.
+is emitted when the check box is toggled. <em>on</em> is true if the check
+box is checked; otherwise it is false.
<hr><h2>Property Documentation</h2>
<h3 class=fn>Alignment <a name="alignment-prop"></a>alignment</h3>
@@ -264,7 +264,7 @@ usually to the left.
<p>Set this property's value with <a href="#setAlignment">setAlignment</a>() and get this property's value with <a href="#alignment">alignment</a>().
<h3 class=fn>bool <a name="checkable-prop"></a>checkable</h3>
<p>This property holds whether the group box has a checkbox in its title.
-<p>If this property is TRUE, the group box has a checkbox. If the
+<p>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.
<p> <a href="#setCheckable">setCheckable</a>() controls whether or not the group box has a