diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-08-16 19:11:00 +0900 |
commit | 82ecd83484c9fa1ede059986ab771e74e33e68ef (patch) | |
tree | d0e76f19632bb02fc55028625bdb903902e1bac1 /doc/html/tqwidgetitem.html | |
parent | c55ef27a2c511c29a8a82d00bd2ede1fb02cfa41 (diff) | |
download | tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.tar.gz tqt3-82ecd83484c9fa1ede059986ab771e74e33e68ef.zip |
Rename layout nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqwidgetitem.html')
-rw-r--r-- | doc/html/tqwidgetitem.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/doc/html/tqwidgetitem.html b/doc/html/tqwidgetitem.html index af7ed47f4..5274574f1 100644 --- a/doc/html/tqwidgetitem.html +++ b/doc/html/tqwidgetitem.html @@ -33,8 +33,8 @@ 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">ntqlayout.h</a>></tt> -<p>Inherits <a href="qlayoutitem.html">TQLayoutItem</a>. +<p><tt>#include <<a href="tqlayout-h.html">tqlayout.h</a>></tt> +<p>Inherits <a href="tqlayoutitem.html">TQLayoutItem</a>. <p><a href="tqwidgetitem-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -54,7 +54,7 @@ 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="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>. +<p> <p>See also <a href="tqlayout.html">TQLayout</a>, <a href="tqlayoutitem.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="tqwidget.html">TQWidget</a> * w ) @@ -70,39 +70,39 @@ to grow in only one dimension, whereas <tt>BothDirections</tt> means that it wants to grow in both dimensions and <tt>NoDirection</tt> means that it doesn't want to grow at all. -<p>Reimplemented from <a href="qlayoutitem.html#expanding">TQLayoutItem</a>. +<p>Reimplemented from <a href="tqlayoutitem.html#expanding">TQLayoutItem</a>. <h3 class=fn>bool <a name="isEmpty"></a>TQWidgetItem::isEmpty () const<tt> [virtual]</tt> </h3> Returns TRUE if the widget has been hidden; otherwise returns FALSE. -<p>Reimplemented from <a href="qlayoutitem.html#isEmpty">TQLayoutItem</a>. +<p>Reimplemented from <a href="tqlayoutitem.html#isEmpty">TQLayoutItem</a>. <h3 class=fn><a href="tqsize.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>. +<p>Reimplemented from <a href="tqlayoutitem.html#maximumSize">TQLayoutItem</a>. <h3 class=fn><a href="tqsize.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>. +<p>Reimplemented from <a href="tqlayoutitem.html#minimumSize">TQLayoutItem</a>. <h3 class=fn>void <a name="setGeometry"></a>TQWidgetItem::setGeometry ( const <a href="tqrect.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>. +<p>Reimplemented from <a href="tqlayoutitem.html#setGeometry">TQLayoutItem</a>. <h3 class=fn><a href="tqsize.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>. +<p>Reimplemented from <a href="tqlayoutitem.html#sizeHint">TQLayoutItem</a>. <h3 class=fn><a href="tqwidget.html">TQWidget</a> * <a name="widget"></a>TQWidgetItem::widget ()<tt> [virtual]</tt> </h3> Returns the widget managed by this item. -<p>Reimplemented from <a href="qlayoutitem.html#widget">TQLayoutItem</a>. +<p>Reimplemented from <a href="tqlayoutitem.html#widget">TQLayoutItem</a>. <!-- eof --> <hr><p> This file is part of the <a href="index.html">TQt toolkit</a>. |