summaryrefslogtreecommitdiffstats
path: root/doc/html/qlayoutitem.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-07-02 21:37:22 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-07-06 11:24:55 +0900
commit7552c6d73043b1040139033f6864db48ae5446cf (patch)
treef90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/qlayoutitem.html
parentc113da2069b66130f67a0f27c699e1cec83588a5 (diff)
downloadtqt-7552c6d7.tar.gz
tqt-7552c6d7.zip
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qlayoutitem.html')
-rw-r--r--doc/html/qlayoutitem.html8
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.