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