diff options
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 |