diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/ntqhbox.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqhbox.html')
-rw-r--r-- | doc/html/ntqhbox.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/ntqhbox.html b/doc/html/ntqhbox.html index 9a106ebc0..d28f923e9 100644 --- a/doc/html/ntqhbox.html +++ b/doc/html/ntqhbox.html @@ -57,7 +57,7 @@ for its child widgets. <p> All the horizontal box's child widgets will be placed alongside -each other and sized according to their <a href="ntqwidget.html#sizeHint">sizeHint</a>()s. +each other and sized according to their <a href="tqwidget.html#sizeHint">sizeHint</a>()s. <p> Use <a href="ntqframe.html#setMargin">setMargin</a>() to add space around the edges, and use <a href="#setSpacing">setSpacing</a>() to add space between the widgets. Use <a href="#setStretchFactor">setStretchFactor</a>() if you want the widgets to be different sizes @@ -66,13 +66,13 @@ in proportion to one another. (See <a href="layout.html">Layouts</a> for more in <p> <p>See also <a href="qhboxlayout.html">TQHBoxLayout</a>, <a href="ntqvbox.html">TQVBox</a>, <a href="ntqgrid.html">TQGrid</a>, <a href="appearance.html">Widget Appearance and Style</a>, <a href="geomanagement.html">Layout Management</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQHBox"></a>TQHBox::TQHBox ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQHBox"></a>TQHBox::TQHBox ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs an hbox widget with parent <em>parent</em>, called <em>name</em>. The parent, name and widget flags, <em>f</em>, are passed to the <a href="ntqframe.html">TQFrame</a> 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 class=fn><a name="TQHBox-2"></a>TQHBox::TQHBox ( bool horizontal, <a href="tqwidget.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 vertical hbox (also known as a vbox). @@ -86,7 +86,7 @@ need to use it directly. 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 class=fn>bool <a name="setStretchFactor"></a>TQHBox::setStretchFactor ( <a href="tqwidget.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. |