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/qwidgetitem.html | |
parent | aaf89d4b48f69c9293feb187db26362e550b5561 (diff) | |
download | tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.tar.gz tqt3-ea318d1431c89e647598c510c4245c6571aa5f46.zip |
Update to latest tqt3 automated conversion
Diffstat (limited to 'doc/html/qwidgetitem.html')
-rw-r--r-- | doc/html/qwidgetitem.html | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qwidgetitem.html b/doc/html/qwidgetitem.html index 7d5572cc4..d3849ba78 100644 --- a/doc/html/qwidgetitem.html +++ b/doc/html/qwidgetitem.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQWidgetItem class is a layout item that represents a widget. <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="qlayoutitem.html">TQLayoutItem</a>. <p><a href="qwidgetitem-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -54,15 +54,15 @@ body { background: #ffffff; color: black; } The TQWidgetItem class is a layout item that represents a widget. <p> This is used by custom layouts. -<p> <p>See also <a href="qlayout.html">TQLayout</a>, <a href="qlayoutitem.html#widget">TQLayout::widget</a>(), <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. +<p> <p>See also <a href="ntqlayout.html">TQLayout</a>, <a href="qlayoutitem.html#widget">TQLayout::widget</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="TQWidgetItem"></a>TQWidgetItem::TQWidgetItem ( <a href="qwidget.html">TQWidget</a> * w ) +<h3 class=fn><a name="TQWidgetItem"></a>TQWidgetItem::TQWidgetItem ( <a href="ntqwidget.html">TQWidget</a> * w ) </h3> <p> Creates an item containing widget <em>w</em>. -<h3 class=fn><a href="qsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQWidgetItem::expanding () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQWidgetItem::expanding () const<tt> [virtual]</tt> </h3> Returns whether this item's widget can make use of more space than <a href="#sizeHint">sizeHint</a>(). A value of <tt>Vertical</tt> or <tt>Horizontal</tt> means that it wants @@ -77,28 +77,28 @@ Returns TRUE if the widget has been hidden; otherwise returns FALSE. <p>Reimplemented from <a href="qlayoutitem.html#isEmpty">TQLayoutItem</a>. -<h3 class=fn><a href="qsize.html">TQSize</a> <a name="maximumSize"></a>TQWidgetItem::maximumSize () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="maximumSize"></a>TQWidgetItem::maximumSize () const<tt> [virtual]</tt> </h3> Returns the maximum size of this item. <p>Reimplemented from <a href="qlayoutitem.html#maximumSize">TQLayoutItem</a>. -<h3 class=fn><a href="qsize.html">TQSize</a> <a name="minimumSize"></a>TQWidgetItem::minimumSize () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSize"></a>TQWidgetItem::minimumSize () const<tt> [virtual]</tt> </h3> Returns the minimum size of this item. <p>Reimplemented from <a href="qlayoutitem.html#minimumSize">TQLayoutItem</a>. -<h3 class=fn>void <a name="setGeometry"></a>TQWidgetItem::setGeometry ( const <a href="qrect.html">TQRect</a> & r )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setGeometry"></a>TQWidgetItem::setGeometry ( const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> </h3> Sets the geometry of this item's widget to be contained within rect <em>r</em>, taking alignment and maximum size into account. <p>Reimplemented from <a href="qlayoutitem.html#setGeometry">TQLayoutItem</a>. -<h3 class=fn><a href="qsize.html">TQSize</a> <a name="sizeHint"></a>TQWidgetItem::sizeHint () const<tt> [virtual]</tt> +<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQWidgetItem::sizeHint () const<tt> [virtual]</tt> </h3> Returns the preferred size of this item. <p>Reimplemented from <a href="qlayoutitem.html#sizeHint">TQLayoutItem</a>. -<h3 class=fn><a href="qwidget.html">TQWidget</a> * <a name="widget"></a>TQWidgetItem::widget ()<tt> [virtual]</tt> +<h3 class=fn><a href="ntqwidget.html">TQWidget</a> * <a name="widget"></a>TQWidgetItem::widget ()<tt> [virtual]</tt> </h3> Returns the widget managed by this item. |