summaryrefslogtreecommitdiffstats
path: root/doc/html/qboxlayout.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/qboxlayout.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/qboxlayout.html')
-rw-r--r--doc/html/qboxlayout.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qboxlayout.html b/doc/html/qboxlayout.html
index 6702397e7..ef766f6b4 100644
--- a/doc/html/qboxlayout.html
+++ b/doc/html/qboxlayout.html
@@ -256,8 +256,8 @@ layouts).
<h3 class=fn>bool <a name="hasHeightForWidth"></a>TQBoxLayout::hasHeightForWidth () const<tt> [virtual]</tt>
</h3>
-Returns TRUE if this layout's preferred height depends on its width;
-otherwise returns FALSE.
+Returns true if this layout's preferred height depends on its width;
+otherwise returns false.
<p>Reimplemented from <a href="qlayoutitem.html#hasHeightForWidth">TQLayoutItem</a>.
<h3 class=fn>int <a name="heightForWidth"></a>TQBoxLayout::heightForWidth ( int&nbsp;w ) const<tt> [virtual]</tt>
@@ -339,15 +339,15 @@ Resizes managed widgets within the rectangle <em>r</em>.
<h3 class=fn>bool <a name="setStretchFactor"></a>TQBoxLayout::setStretchFactor ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;stretch )
</h3>
Sets the <a href="layout.html#stretch-factor">stretch factor</a> for widget <em>w</em> to <em>stretch</em> and returns
-TRUE if <em>w</em> is found in this layout (not including child
-layouts); otherwise returns FALSE.
+true if <em>w</em> is found in this layout (not including child
+layouts); otherwise returns false.
<h3 class=fn>bool <a name="setStretchFactor-2"></a>TQBoxLayout::setStretchFactor ( <a href="ntqlayout.html">TQLayout</a>&nbsp;*&nbsp;l, int&nbsp;stretch )
</h3>
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
<p> Sets the <a href="layout.html#stretch-factor">stretch factor</a> for the layout <em>l</em> to <em>stretch</em> and
-returns TRUE if <em>l</em> is found in this layout (not including child
-layouts); otherwise returns FALSE.
+returns true if <em>l</em> is found in this layout (not including child
+layouts); otherwise returns false.
<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQBoxLayout::sizeHint () const<tt> [virtual]</tt>
</h3>