summaryrefslogtreecommitdiffstats
path: root/doc/html/tqlayout.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-08-06 11:29:57 +0900
commitdcce5b1f2c449ed9a02b1752e0d74f147a83d07d (patch)
treed57fe27457a96451f1a67e2a2db268a441d917fc /doc/html/tqlayout.html
parent649c4c61a1f1f479f4532b196f68df476cef2680 (diff)
downloadtqt-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/tqlayout.html')
-rw-r--r--doc/html/tqlayout.html28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/html/tqlayout.html b/doc/html/tqlayout.html
index fee21a81c..a1f9d915d 100644
--- a/doc/html/tqlayout.html
+++ b/doc/html/tqlayout.html
@@ -192,9 +192,9 @@ larger than <em>r</em>.
<h3 class=fn>bool <a name="autoAdd"></a>TQLayout::autoAdd () const
</h3>
-<p> Returns TRUE if this layout automatically grabs all new
+<p> Returns true if this layout automatically grabs all new
<a href="#mainWidget">mainWidget</a>()'s new children and adds them as defined by <a href="#addItem">addItem</a>();
-otherwise returns FALSE. This has effect only for top-level
+otherwise returns false. This has effect only for top-level
layouts, i.e. layouts that are direct children of their
mainWidget().
<p> <a href="#autoAdd">autoAdd</a>() is disabled by default.
@@ -225,20 +225,20 @@ Invalidates cached information. Reimplementations must call this.
<p>Reimplemented in <a href="tqgridlayout.html#invalidate">TQGridLayout</a> and <a href="tqboxlayout.html#invalidate">TQBoxLayout</a>.
<h3 class=fn>bool <a name="isEmpty"></a>TQLayout::isEmpty () const<tt> [virtual]</tt>
</h3>
-Returns TRUE if this layout is empty. The default implementation
-returns FALSE.
+Returns true if this layout is empty. The default implementation
+returns false.
<p>Reimplemented from <a href="tqlayoutitem.html#isEmpty">TQLayoutItem</a>.
<h3 class=fn>bool <a name="isEnabled"></a>TQLayout::isEnabled () const
</h3>
-Returns TRUE if the layout is enabled; otherwise returns FALSE.
+Returns true if the layout is enabled; otherwise returns false.
<p> <p>See also <a href="#setEnabled">setEnabled</a>().
<h3 class=fn>bool <a name="isTopLevel"></a>TQLayout::isTopLevel () const
</h3>
-<p> Returns TRUE if this layout is a top-level layout, i.e. not a
-child of another layout; otherwise returns FALSE.
+<p> Returns true if this layout is a top-level layout, i.e. not a
+child of another layout; otherwise returns false.
<h3 class=fn><a href="tqlayoutiterator.html">TQLayoutIterator</a> <a name="iterator"></a>TQLayout::iterator ()<tt> [pure virtual]</tt>
</h3>
@@ -313,7 +313,7 @@ caller's responsibility to delete the item.
See the <a href="tqlayout.html#resizeMode-prop">"resizeMode"</a> property for details.
<h3 class=fn>void <a name="setAutoAdd"></a>TQLayout::setAutoAdd ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
-If <em>b</em> is TRUE, auto-add is enabled; otherwise auto-add is
+If <em>b</em> is true, auto-add is enabled; otherwise auto-add is
disabled.
<p> <b>Warning:</b> If auto-add is enabled, you cannot set stretch factors
on the child widgets until the widgets are actually inserted in
@@ -325,7 +325,7 @@ programs.
<p>Examples: <a href="i18n-example.html#x1938">i18n/main.cpp</a>.
<h3 class=fn>void <a name="setEnabled"></a>TQLayout::setEnabled ( bool&nbsp;enable )
</h3>
-Enables this layout if <em>enable</em> is TRUE, otherwise disables it.
+Enables this layout if <em>enable</em> is true, otherwise disables it.
<p> An enabled layout adjusts dynamically to changes; a disabled
layout acts as if it did not exist.
<p> By default all layouts are enabled.
@@ -359,11 +359,11 @@ See the <a href="tqlayout.html#resizeMode-prop">"resizeMode"</a> property for de
See the <a href="tqlayout.html#spacing-prop">"spacing"</a> property for details.
<h3 class=fn>void <a name="setSupportsMargin"></a>TQLayout::setSupportsMargin ( bool&nbsp;b )<tt> [protected]</tt>
</h3>
-Sets the value returned by <a href="#supportsMargin">supportsMargin</a>(). If <em>b</em> is TRUE,
+Sets the value returned by <a href="#supportsMargin">supportsMargin</a>(). If <em>b</em> is true,
<a href="#margin">margin</a>() handling is implemented by the subclass. If <em>b</em> is
-FALSE (the default), TQLayout will add margin() around top-level
+false (the default), TQLayout will add margin() around top-level
layouts.
-<p> If <em>b</em> is TRUE, margin handling needs to be implemented in
+<p> If <em>b</em> is true, margin handling needs to be implemented in
<a href="#setGeometry">setGeometry</a>(), <a href="#maximumSize">maximumSize</a>(), <a href="#minimumSize">minimumSize</a>(), <a href="tqlayoutitem.html#sizeHint">sizeHint</a>() and
<a href="tqlayoutitem.html#heightForWidth">heightForWidth</a>().
<p> <p>See also <a href="#supportsMargin">supportsMargin</a>().
@@ -374,8 +374,8 @@ See the <a href="tqlayout.html#spacing-prop">"spacing"</a> property for details.
<h3 class=fn>bool <a name="supportsMargin"></a>TQLayout::supportsMargin () const
</h3>
-<p> Returns TRUE if this layout supports <a href="#margin-prop">TQLayout::margin</a> on
-non-top-level layouts; otherwise returns FALSE.
+<p> Returns true if this layout supports <a href="#margin-prop">TQLayout::margin</a> on
+non-top-level layouts; otherwise returns false.
<p> <p>See also <a href="#margin-prop">margin</a>.
<hr><h2>Property Documentation</h2>