summaryrefslogtreecommitdiffstats
path: root/doc/html/ntqhbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/ntqhbox.html')
-rw-r--r--doc/html/ntqhbox.html8
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>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;f = 0 )
+<h3 class=fn><a name="TQHBox"></a>TQHBox::TQHBox ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0, WFlags&nbsp;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&nbsp;horizontal, <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name, WFlags&nbsp;f = 0 )<tt> [protected]</tt>
+<h3 class=fn><a name="TQHBox-2"></a>TQHBox::TQHBox ( bool&nbsp;horizontal, <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, const&nbsp;char&nbsp;*&nbsp;name, WFlags&nbsp;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>&nbsp;*&nbsp;w, int&nbsp;stretch )
+<h3 class=fn>bool <a name="setStretchFactor"></a>TQHBox::setStretchFactor ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;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.