diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-01-26 23:32:43 -0600 |
commit | ea318d1431c89e647598c510c4245c6571aa5f46 (patch) | |
tree | 996d29b80c30d453dda86d1a23162d441628f169 /doc/html/qhboxlayout.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qhboxlayout.html')
-rw-r--r-- | doc/html/qhboxlayout.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qhboxlayout.html b/doc/html/qhboxlayout.html index 3b1b9d692..ebc30dc34 100644 --- a/doc/html/qhboxlayout.html +++ b/doc/html/qhboxlayout.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQHBoxLayout class lines up widgets horizontally. <a href="#details">More...</a> -<p><tt>#include <<a href="qlayout-h.html">qlayout.h</a>></tt> +<p><tt>#include <<a href="qlayout-h.html">ntqlayout.h</a>></tt> <p>Inherits <a href="qboxlayout.html">TQBoxLayout</a>. <p><a href="qhboxlayout-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -55,7 +55,7 @@ The TQHBoxLayout class lines up widgets horizontally. <p> The simplest use of the class is like this: <pre> <a href="qboxlayout.html">TQBoxLayout</a> * l = new TQHBoxLayout( widget ); - l-><a href="qlayout.html#setAutoAdd">setAutoAdd</a>( TRUE ); + l-><a href="ntqlayout.html#setAutoAdd">setAutoAdd</a>( TRUE ); new TQSomeWidget( widget ); new TQSomeOtherWidget( widget ); new TQAnotherWidget( widget ); @@ -72,7 +72,7 @@ The TQHBoxLayout class lines up widgets horizontally. <p> <p>See also <a href="qvboxlayout.html">TQVBoxLayout</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="layout.html">the Layout overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQHBoxLayout"></a>TQHBoxLayout::TQHBoxLayout ( <a href="qwidget.html">TQWidget</a> * parent, int margin = 0, int spacing = -1, const char * name = 0 ) +<h3 class=fn><a name="TQHBoxLayout"></a>TQHBoxLayout::TQHBoxLayout ( <a href="ntqwidget.html">TQWidget</a> * parent, int margin = 0, int spacing = -1, const char * name = 0 ) </h3> Constructs a new top-level horizontal box called <em>name</em>, with parent <em>parent</em>. @@ -81,13 +81,13 @@ widget and its managed children. The <em>spacing</em> is the default number of pixels between neighboring children. If <em>spacing</em> is -1 the value of <em>margin</em> is used for <em>spacing</em>. -<h3 class=fn><a name="TQHBoxLayout-2"></a>TQHBoxLayout::TQHBoxLayout ( <a href="qlayout.html">TQLayout</a> * parentLayout, int spacing = -1, const char * name = 0 ) +<h3 class=fn><a name="TQHBoxLayout-2"></a>TQHBoxLayout::TQHBoxLayout ( <a href="ntqlayout.html">TQLayout</a> * parentLayout, int spacing = -1, const char * name = 0 ) </h3> Constructs a new horizontal box called name <em>name</em> and adds it to <em>parentLayout</em>. <p> The <em>spacing</em> is the default number of pixels between neighboring children. If <em>spacing</em> is -1, this TQHBoxLayout will inherit its -parent's <a href="qlayout.html#spacing">spacing</a>(). +parent's <a href="ntqlayout.html#spacing">spacing</a>(). <h3 class=fn><a name="TQHBoxLayout-3"></a>TQHBoxLayout::TQHBoxLayout ( int spacing = -1, const char * name = 0 ) </h3> @@ -95,7 +95,7 @@ Constructs a new horizontal box called name <em>name</em>. You must add it to another layout. <p> The <em>spacing</em> is the default number of pixels between neighboring children. If <em>spacing</em> is -1, this TQHBoxLayout will inherit its -parent's <a href="qlayout.html#spacing">spacing</a>(). +parent's <a href="ntqlayout.html#spacing">spacing</a>(). <h3 class=fn><a name="~TQHBoxLayout"></a>TQHBoxLayout::~TQHBoxLayout () </h3> |