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/ntqlayout.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/ntqlayout.html')
-rw-r--r-- | doc/html/ntqlayout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqlayout.html b/doc/html/ntqlayout.html index 971bba60e..fcf96548e 100644 --- a/doc/html/ntqlayout.html +++ b/doc/html/ntqlayout.html @@ -182,7 +182,7 @@ the layout's responsibility to delete it. <p>Examples: <a href="customlayout-example.html#x1490">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1511">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1467">customlayout/flow.cpp</a>. <p>Reimplemented in <a href="qgridlayout.html#addItem-2">TQGridLayout</a> and <a href="qboxlayout.html#addItem">TQBoxLayout</a>. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="alignmentRect"></a>TQLayout::alignmentRect ( const <a href="ntqrect.html">TQRect</a> & r ) const<tt> [protected]</tt> +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="alignmentRect"></a>TQLayout::alignmentRect ( const <a href="tqrect.html">TQRect</a> & r ) const<tt> [protected]</tt> </h3> Returns the rectangle that should be covered when the geometry of this layout is set to <em>r</em>, provided that this layout supports @@ -332,7 +332,7 @@ layout acts as if it did not exist. <p> By default all layouts are enabled. <p> <p>See also <a href="#isEnabled">isEnabled</a>(). -<h3 class=fn>void <a name="setGeometry"></a>TQLayout::setGeometry ( const <a href="ntqrect.html">TQRect</a> & r )<tt> [pure virtual]</tt> +<h3 class=fn>void <a name="setGeometry"></a>TQLayout::setGeometry ( const <a href="tqrect.html">TQRect</a> & r )<tt> [pure virtual]</tt> </h3> This function is reimplemented in subclasses to perform layout. <p> The default implementation maintains the <a href="qlayoutitem.html#geometry">geometry</a>() information |