diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/qlayoutitem.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qlayoutitem.html')
-rw-r--r-- | doc/html/qlayoutitem.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qlayoutitem.html b/doc/html/qlayoutitem.html index 922c08257..739d1659b 100644 --- a/doc/html/qlayoutitem.html +++ b/doc/html/qlayoutitem.html @@ -102,7 +102,7 @@ Destroys the TQLayoutItem. "wants" to expand in (if any). <p>Reimplemented in <a href="ntqlayout.html#expanding">TQLayout</a>, <a href="qspaceritem.html#expanding">TQSpacerItem</a>, and <a href="tqwidgetitem.html#expanding">TQWidgetItem</a>. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="geometry"></a>TQLayoutItem::geometry () const<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="geometry"></a>TQLayoutItem::geometry () const<tt> [pure virtual]</tt> </h3> <p> Returns the rectangle covered by this layout item. @@ -192,7 +192,7 @@ Sets the alignment of this item to <em>a</em>, which is a bitwise OR of the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all subclasses support alignment. <p>Example: <a href="tutorial2-09.html#x2644">chart/optionsform.cpp</a>. -<h3 class=fn>void <a name="setGeometry"></a>TQLayoutItem::setGeometry ( const <a href="ntqrect.html">TQRect</a> & r )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="setGeometry"></a>TQLayoutItem::setGeometry ( const <a href="tqrect.html">TQRect</a> & r )<tt> [pure virtual]</tt> </h3> <p> Implemented in subclasses to set this item's geometry to <em>r</em>. |