diff options
Diffstat (limited to 'doc/html/qlayoutitem.html')
-rw-r--r-- | doc/html/qlayoutitem.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qlayoutitem.html b/doc/html/qlayoutitem.html index e94a034f3..922c08257 100644 --- a/doc/html/qlayoutitem.html +++ b/doc/html/qlayoutitem.html @@ -95,7 +95,7 @@ Destroys the TQLayoutItem. <p> Returns the alignment of this item. -<h3 class=fn><a href="ntqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQLayoutItem::expanding () const<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQLayoutItem::expanding () const<tt> [pure virtual]</tt> </h3> <p> Implemented in subclasses to return the direction(s) this item @@ -173,13 +173,13 @@ default implementation returns an empty iterator. If this item is a <a href="ntqlayout.html">TQLayout</a>, it is returned as a TQLayout; otherwise 0 is returned. This function provides type-safe casting. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="maximumSize"></a>TQLayoutItem::maximumSize () const<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="maximumSize"></a>TQLayoutItem::maximumSize () const<tt> [pure virtual]</tt> </h3> <p> Implemented in subclasses to return the maximum size of this item. <p>Reimplemented in <a href="ntqlayout.html#maximumSize">TQLayout</a>, <a href="qspaceritem.html#maximumSize">TQSpacerItem</a>, and <a href="tqwidgetitem.html#maximumSize">TQWidgetItem</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSize"></a>TQLayoutItem::minimumSize () const<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSize"></a>TQLayoutItem::minimumSize () const<tt> [pure virtual]</tt> </h3> <p> Implemented in subclasses to return the minimum size of this item. @@ -199,7 +199,7 @@ the <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a>. Not all sub <p>Examples: <a href="customlayout-example.html#x1498">customlayout/border.cpp</a>, <a href="customlayout-example.html#x1516">customlayout/card.cpp</a>, and <a href="customlayout-example.html#x1475">customlayout/flow.cpp</a>. <p>Reimplemented in <a href="ntqlayout.html#setGeometry">TQLayout</a>, <a href="qspaceritem.html#setGeometry">TQSpacerItem</a>, and <a href="tqwidgetitem.html#setGeometry">TQWidgetItem</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQLayoutItem::sizeHint () const<tt> [pure virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQLayoutItem::sizeHint () const<tt> [pure virtual]</tt> </h3> <p> Implemented in subclasses to return the preferred size of this item. |