diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-08-06 11:29:57 +0900 |
commit | dcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch) | |
tree | d57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqgroupbox.html | |
parent | 649c4c61a1f1f479f4532b196f68df476cef2680 (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/tqgroupbox.html')
-rw-r--r-- | doc/html/tqgroupbox.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/tqgroupbox.html b/doc/html/tqgroupbox.html index 7fb284cdb..bc47dddab 100644 --- a/doc/html/tqgroupbox.html +++ b/doc/html/tqgroupbox.html @@ -180,13 +180,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="tqgroupbox.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="tqgroupbox.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="tqgroupbox.html#flat-prop">"flat"</a> property for details. <h3 class=fn><a href="tqt.html#Orientation-enum">Orientation</a> <a name="orientation"></a>TQGroupBox::orientation () const </h3><p>Returns the group box's orientation. @@ -241,8 +241,8 @@ See the <a href="tqgroupbox.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> @@ -263,7 +263,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 |