diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-11-26 15:11:22 +0900 |
| commit | b87533f9904c10f24d6b2e8177c00944e3efe15b (patch) | |
| tree | c1106a381c851b51e86004698457aef1211b77be /doc/html/ntqhbox.html | |
| parent | 894037c3e68e1573a34183d936171f8cda5085f3 (diff) | |
| download | tqt-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/ntqhbox.html')
| -rw-r--r-- | doc/html/ntqhbox.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/ntqhbox.html b/doc/html/ntqhbox.html index 9a106ebc0..437aec3d3 100644 --- a/doc/html/ntqhbox.html +++ b/doc/html/ntqhbox.html @@ -74,7 +74,7 @@ constructor. <h3 class=fn><a name="TQHBox-2"></a>TQHBox::TQHBox ( bool horizontal, <a href="ntqwidget.html">TQWidget</a> * parent, const char * name, WFlags f = 0 )<tt> [protected]</tt> </h3> -Constructs a horizontal hbox if <em>horizontal</em> is TRUE, otherwise +Constructs a horizontal hbox if <em>horizontal</em> is true, otherwise constructs a vertical hbox (also known as a vbox). <p> This constructor is provided for the <a href="ntqvbox.html">TQVBox</a> class. You should never need to use it directly. @@ -88,8 +88,8 @@ Sets the spacing between the child widgets to <em>space</em>. <p>Examples: <a href="i18n-example.html#x1924">i18n/mywidget.cpp</a>, <a href="listboxcombo-example.html#x1402">listboxcombo/listboxcombo.cpp</a>, <a href="qdir-example.html#x1826">qdir/qdir.cpp</a>, <a href="tabdialog-example.html#x54">tabdialog/tabdialog.cpp</a>, <a href="wizard-example.html#x2">wizard/wizard.cpp</a>, and <a href="xform-example.html#x1228">xform/xform.cpp</a>. <h3 class=fn>bool <a name="setStretchFactor"></a>TQHBox::setStretchFactor ( <a href="ntqwidget.html">TQWidget</a> * w, int stretch ) </h3> -Sets the <a href="layout.html#stretch-factor">stretch factor</a> of widget <em>w</em> to <em>stretch</em>. Returns TRUE if -<em>w</em> is found. Otherwise returns FALSE. +Sets the <a href="layout.html#stretch-factor">stretch factor</a> of widget <em>w</em> to <em>stretch</em>. Returns true if +<em>w</em> is found. Otherwise returns false. <p> <p>See also <a href="qboxlayout.html#setStretchFactor">TQBoxLayout::setStretchFactor</a>() and <a href="layout.html">Layouts</a>. <!-- eof --> |
