summaryrefslogtreecommitdiffstats
path: root/doc/html/qwidgetitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qwidgetitem.html')
-rw-r--r--doc/html/qwidgetitem.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/doc/html/qwidgetitem.html b/doc/html/qwidgetitem.html
index 7d5572cc..d3849ba7 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 &lt;<a href="qlayout-h.html">qlayout.h</a>&gt;</tt>
+<p><tt>#include &lt;<a href="qlayout-h.html">ntqlayout.h</a>&gt;</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>&nbsp;*&nbsp;w )
+<h3 class=fn><a name="TQWidgetItem"></a>TQWidgetItem::TQWidgetItem ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;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&nbsp;<a href="qrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
+<h3 class=fn>void <a name="setGeometry"></a>TQWidgetItem::setGeometry ( const&nbsp;<a href="ntqrect.html">TQRect</a>&nbsp;&amp;&nbsp;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>&nbsp;* <a name="widget"></a>TQWidgetItem::widget ()<tt> [virtual]</tt>
+<h3 class=fn><a href="ntqwidget.html">TQWidget</a>&nbsp;* <a name="widget"></a>TQWidgetItem::widget ()<tt> [virtual]</tt>
</h3>
Returns the widget managed by this item.