diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/tqwidgetitem.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqwidgetitem.html')
-rw-r--r-- | doc/html/tqwidgetitem.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqwidgetitem.html b/doc/html/tqwidgetitem.html index 87d438b11..e8378a2da 100644 --- a/doc/html/tqwidgetitem.html +++ b/doc/html/tqwidgetitem.html @@ -62,7 +62,7 @@ The TQWidgetItem class is a layout item that represents a widget. <p> Creates an item containing widget <em>w</em>. -<h3 class=fn><a href="ntqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQWidgetItem::expanding () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsizepolicy.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,12 +77,12 @@ 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="ntqsize.html">TQSize</a> <a name="maximumSize"></a>TQWidgetItem::maximumSize () const<tt> [virtual]</tt> +<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>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSize"></a>TQWidgetItem::minimumSize () const<tt> [virtual]</tt> +<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. @@ -93,7 +93,7 @@ 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="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQWidgetItem::sizeHint () const<tt> [virtual]</tt> +<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. |