diff options
Diffstat (limited to 'doc/html/qlayoutitem.html')
-rw-r--r-- | doc/html/qlayoutitem.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/html/qlayoutitem.html b/doc/html/qlayoutitem.html index 739d1659b..e4e99afe3 100644 --- a/doc/html/qlayoutitem.html +++ b/doc/html/qlayoutitem.html @@ -118,7 +118,7 @@ for width. <p> <p>See also <a href="#heightForWidth">heightForWidth</a>() and <a href="tqwidget.html#heightForWidth">TQWidget::heightForWidth</a>(). <p>Examples: <a href="customlayout-example.html#x1496">customlayout/border.cpp</a> and <a href="customlayout-example.html#x1472">customlayout/flow.cpp</a>. -<p>Reimplemented in <a href="qgridlayout.html#hasHeightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#hasHeightForWidth">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#hasHeightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#hasHeightForWidth">TQBoxLayout</a>. <h3 class=fn>int <a name="heightForWidth"></a>TQLayoutItem::heightForWidth ( int w ) const<tt> [virtual]</tt> </h3> Returns the preferred height for this layout item, given the width @@ -148,7 +148,7 @@ exponential time. <p> <p>See also <a href="#hasHeightForWidth">hasHeightForWidth</a>(). <p>Example: <a href="customlayout-example.html#x1473">customlayout/flow.cpp</a>. -<p>Reimplemented in <a href="qgridlayout.html#heightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a>. +<p>Reimplemented in <a href="tqgridlayout.html#heightForWidth">TQGridLayout</a> and <a href="qboxlayout.html#heightForWidth">TQBoxLayout</a>. <h3 class=fn>void <a name="invalidate"></a>TQLayoutItem::invalidate ()<tt> [virtual]</tt> </h3> Invalidates any cached information in this layout item. @@ -205,7 +205,7 @@ the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all sub <p> Implemented in subclasses to return the preferred size of this item. <p>Examples: <a href="customlayout-example.html#x1499">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1517">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1476">customlayout/flow.cpp</a>. -<p>Reimplemented in <a href="qspaceritem.html#sizeHint">TQSpacerItem</a>, <a href="tqwidgetitem.html#sizeHint">TQWidgetItem</a>, <a href="qgridlayout.html#sizeHint">TQGridLayout</a>, and <a href="qboxlayout.html#sizeHint">TQBoxLayout</a>. +<p>Reimplemented in <a href="qspaceritem.html#sizeHint">TQSpacerItem</a>, <a href="tqwidgetitem.html#sizeHint">TQWidgetItem</a>, <a href="tqgridlayout.html#sizeHint">TQGridLayout</a>, and <a href="qboxlayout.html#sizeHint">TQBoxLayout</a>. <h3 class=fn><a href="qspaceritem.html">TQSpacerItem</a> * <a name="spacerItem"></a>TQLayoutItem::spacerItem ()<tt> [virtual]</tt> </h3> If this item is a <a href="qspaceritem.html">TQSpacerItem</a>, it is returned as a TQSpacerItem; |