diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:07:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-06-02 23:22:42 +0900 |
commit | 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 (patch) | |
tree | b95884617b9a37accc843676d5d42be4116a3f54 /doc/html/qboxlayout.html | |
parent | 68b81013e8668f50fc18b7e26a520ec93a7a1251 (diff) | |
download | tqt-8ac0e970.tar.gz tqt-8ac0e970.zip |
Rename ntqwidget* related files to equivalent tqwidget*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qboxlayout.html')
-rw-r--r-- | doc/html/qboxlayout.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/qboxlayout.html b/doc/html/qboxlayout.html index 6702397e7..56ecfee17 100644 --- a/doc/html/qboxlayout.html +++ b/doc/html/qboxlayout.html @@ -128,8 +128,8 @@ can use <a href="#addSpacing">addSpacing</a>() to get more space at a particular margin width for a top-level layout, or to the same as the parent layout. Both are parameters to the constructor. <p> To remove a widget from a layout, call <a href="ntqlayout.html#remove">remove</a>(). Calling -<a href="ntqwidget.html#hide">TQWidget::hide</a>() on a widget also effectively removes the widget -from the layout until <a href="ntqwidget.html#show">TQWidget::show</a>() is called. +<a href="tqwidget.html#hide">TQWidget::hide</a>() on a widget also effectively removes the widget +from the layout until <a href="tqwidget.html#show">TQWidget::show</a>() is called. <p> You will almost always want to use <a href="qvboxlayout.html">TQVBoxLayout</a> and <a href="qhboxlayout.html">TQHBoxLayout</a> rather than TQBoxLayout because of their convenient constructors. <p> <p>See also <a href="ntqgrid.html">TQGrid</a>, <a href="layout.html">Layout Overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. @@ -147,7 +147,7 @@ rather than TQBoxLayout because of their convenient constructors. <li><tt>TQBoxLayout::Up</tt> - The same as <a href="#Direction-enum">BottomToTop</a> </ul> <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQBoxLayout"></a>TQBoxLayout::TQBoxLayout ( <a href="ntqwidget.html">TQWidget</a> * parent, <a href="qboxlayout.html#Direction-enum">Direction</a> d, int margin = 0, int spacing = -1, const char * name = 0 ) +<h3 class=fn><a name="TQBoxLayout"></a>TQBoxLayout::TQBoxLayout ( <a href="tqwidget.html">TQWidget</a> * parent, <a href="qboxlayout.html#Direction-enum">Direction</a> d, int margin = 0, int spacing = -1, const char * name = 0 ) </h3> Constructs a new TQBoxLayout with direction <em>d</em> and main widget <em>parent</em>. <em>parent</em> may not be 0. <p> The <em>margin</em> is the number of pixels between the edge of the @@ -214,7 +214,7 @@ Limits the perpendicular dimension of the box (e.g. height if the box is LeftToRight) to a minimum of <em>size</em>. Other constraints may increase the limit. -<h3 class=fn>void <a name="addWidget"></a>TQBoxLayout::addWidget ( <a href="ntqwidget.html">TQWidget</a> * widget, int stretch = 0, int alignment = 0 ) +<h3 class=fn>void <a name="addWidget"></a>TQBoxLayout::addWidget ( <a href="tqwidget.html">TQWidget</a> * widget, int stretch = 0, int alignment = 0 ) </h3> Adds <em>widget</em> to the end of this box layout, with a <a href="layout.html#stretch-factor">stretch factor</a> of <em>stretch</em> and alignment <em>alignment</em>. <p> The stretch factor applies only in the <a href="#direction">direction</a> of the TQBoxLayout, and is relative to the other boxes and @@ -248,7 +248,7 @@ to grow in only one dimension, whereas <tt>BothDirections</tt> means that it wants to grow in both dimensions. <p>Reimplemented from <a href="ntqlayout.html#expanding">TQLayout</a>. -<h3 class=fn>int <a name="findWidget"></a>TQBoxLayout::findWidget ( <a href="ntqwidget.html">TQWidget</a> * w ) +<h3 class=fn>int <a name="findWidget"></a>TQBoxLayout::findWidget ( <a href="tqwidget.html">TQWidget</a> * w ) </h3> Searches for widget <em>w</em> in this layout (not including child layouts). @@ -292,7 +292,7 @@ minimum size and <a href="layout.html#stretch-factor">stretch factor</a> <em>str negative the space is added at the end. <p> <p>See also <a href="#insertSpacing">insertSpacing</a>(). -<h3 class=fn>void <a name="insertWidget"></a>TQBoxLayout::insertWidget ( int index, <a href="ntqwidget.html">TQWidget</a> * widget, int stretch = 0, int alignment = 0 ) +<h3 class=fn>void <a name="insertWidget"></a>TQBoxLayout::insertWidget ( int index, <a href="tqwidget.html">TQWidget</a> * widget, int stretch = 0, int alignment = 0 ) </h3> Inserts <em>widget</em> at position <em>index</em>, with <a href="layout.html#stretch-factor">stretch factor</a> <em>stretch</em> and alignment <em>alignment</em>. If <em>index</em> is negative, the widget is added at the end. @@ -336,7 +336,7 @@ Sets the direction of this layout to <em>direction</em>. Resizes managed widgets within the rectangle <em>r</em>. <p>Reimplemented from <a href="ntqlayout.html#setGeometry">TQLayout</a>. -<h3 class=fn>bool <a name="setStretchFactor"></a>TQBoxLayout::setStretchFactor ( <a href="ntqwidget.html">TQWidget</a> * w, int stretch ) +<h3 class=fn>bool <a name="setStretchFactor"></a>TQBoxLayout::setStretchFactor ( <a href="tqwidget.html">TQWidget</a> * w, int stretch ) </h3> Sets the <a href="layout.html#stretch-factor">stretch factor</a> for widget <em>w</em> to <em>stretch</em> and returns TRUE if <em>w</em> is found in this layout (not including child |