diff options
Diffstat (limited to 'doc/html/ntqhbox.html')
-rw-r--r-- | doc/html/ntqhbox.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/ntqhbox.html b/doc/html/ntqhbox.html index b92c2b501..0eecad602 100644 --- a/doc/html/ntqhbox.html +++ b/doc/html/ntqhbox.html @@ -35,7 +35,7 @@ body { background: #ffffff; color: black; } for its child widgets. <a href="#details">More...</a> <p><tt>#include <<a href="qhbox-h.html">ntqhbox.h</a>></tt> -<p>Inherits <a href="ntqframe.html">TQFrame</a>. +<p>Inherits <a href="tqframe.html">TQFrame</a>. <p>Inherited by <a href="ntqvbox.html">TQVBox</a>. <p><a href="qhbox-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -58,18 +58,18 @@ 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="tqwidget.html#sizeHint">sizeHint</a>()s. -<p> Use <a href="ntqframe.html#setMargin">setMargin</a>() to add space around the edges, and use +<p> Use <a href="tqframe.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 in proportion to one another. (See <a href="layout.html">Layouts</a> for more information on stretch factors.) <p> <center><img src="qhbox-m.png" alt="TQHBox"></center> -<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>. +<p> <p>See also <a href="qhboxlayout.html">TQHBoxLayout</a>, <a href="ntqvbox.html">TQVBox</a>, <a href="tqgrid.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="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> +The parent, name and widget flags, <em>f</em>, are passed to the <a href="tqframe.html">TQFrame</a> constructor. <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> @@ -79,7 +79,7 @@ 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. <p> The <em>parent</em>, <em>name</em> and widget flags, <em>f</em>, are passed to the -<a href="ntqframe.html">TQFrame</a> constructor. +<a href="tqframe.html">TQFrame</a> constructor. <h3 class=fn>void <a name="setSpacing"></a>TQHBox::setSpacing ( int space ) </h3> |