diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/qboxlayout.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt-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/qboxlayout.html')
-rw-r--r-- | doc/html/qboxlayout.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/qboxlayout.html b/doc/html/qboxlayout.html index 56ecfee17..9e4328381 100644 --- a/doc/html/qboxlayout.html +++ b/doc/html/qboxlayout.html @@ -240,7 +240,7 @@ the available space, but should be sized according to <a href="#sizeHint">sizeHi work in this direction; the stretch stretches in this direction. <p> <p>See also <a href="#Direction-enum">TQBoxLayout::Direction</a>, <a href="#addWidget">addWidget</a>(), and <a href="#addSpacing">addSpacing</a>(). -<h3 class=fn><a href="ntqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQBoxLayout::expanding () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQBoxLayout::expanding () const<tt> [virtual]</tt> </h3> Returns whether this layout can make use of more space than <a href="#sizeHint">sizeHint</a>(). A value of <a href="ntqt.html#Orientation-enum">Vertical</a> or <a href="ntqt.html#Orientation-enum">Horizontal</a> means that it wants @@ -317,12 +317,12 @@ the available space, but should be sized according to <a href="#sizeHint">sizeHi Resets cached information. <p>Reimplemented from <a href="ntqlayout.html#invalidate">TQLayout</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="maximumSize"></a>TQBoxLayout::maximumSize () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="maximumSize"></a>TQBoxLayout::maximumSize () const<tt> [virtual]</tt> </h3> Returns the maximum size needed by this box layout. <p>Reimplemented from <a href="ntqlayout.html#maximumSize">TQLayout</a>. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="minimumSize"></a>TQBoxLayout::minimumSize () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="minimumSize"></a>TQBoxLayout::minimumSize () const<tt> [virtual]</tt> </h3> Returns the minimum size needed by this box layout. @@ -349,7 +349,7 @@ This is an overloaded member function, provided for convenience. It behaves esse returns TRUE if <em>l</em> is found in this layout (not including child layouts); otherwise returns FALSE. -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="sizeHint"></a>TQBoxLayout::sizeHint () const<tt> [virtual]</tt> +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="sizeHint"></a>TQBoxLayout::sizeHint () const<tt> [virtual]</tt> </h3> Returns the preferred size of this box layout. |