summaryrefslogtreecommitdiffstats
path: root/doc/html/tqboxlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqboxlayout.html')
-rw-r--r--doc/html/tqboxlayout.html14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/html/tqboxlayout.html b/doc/html/tqboxlayout.html
index 289bdb667..c685e5eeb 100644
--- a/doc/html/tqboxlayout.html
+++ b/doc/html/tqboxlayout.html
@@ -84,17 +84,17 @@ vertically.
the <a href="tqlayout.html#mainWidget">mainWidget</a>()), divides it up into a row of boxes, and makes
each managed widget fill one box.
<p> <center><img src="tqhbox-m.png" alt="Horizontal box with five child widgets"></center>
-<p> If the TQBoxLayout's orientation is <a href="ntqt.html#Orientation-enum">Horizontal</a> the boxes are
+<p> If the TQBoxLayout's orientation is <a href="tqt.html#Orientation-enum">Horizontal</a> the boxes are
placed in a row, with suitable sizes. Each widget (or other box)
will get at least its minimum size and at most its maximum size.
Any excess space is shared according to the stretch factors (more
about that below).
<p> <center><img src="tqvbox-m.png" alt="Vertical box with five child widgets"></center>
-<p> If the TQBoxLayout's orientation is <a href="ntqt.html#Orientation-enum">Vertical</a>, the boxes are
+<p> If the TQBoxLayout's orientation is <a href="tqt.html#Orientation-enum">Vertical</a>, the boxes are
placed in a column, again with suitable sizes.
<p> The easiest way to create a TQBoxLayout is to use one of the
-convenience classes, e.g. <a href="tqhboxlayout.html">TQHBoxLayout</a> (for <a href="ntqt.html#Orientation-enum">Horizontal</a> boxes) or
-<a href="tqvboxlayout.html">TQVBoxLayout</a> (for <a href="ntqt.html#Orientation-enum">Vertical</a> boxes). You can also use the
+convenience classes, e.g. <a href="tqhboxlayout.html">TQHBoxLayout</a> (for <a href="tqt.html#Orientation-enum">Horizontal</a> boxes) or
+<a href="tqvboxlayout.html">TQVBoxLayout</a> (for <a href="tqt.html#Orientation-enum">Vertical</a> boxes). You can also use the
TQBoxLayout constructor directly, specifying its direction as <a href="#Direction-enum">LeftToRight</a>, <a href="#Direction-enum">Down</a>, <a href="#Direction-enum">RightToLeft</a> or <a href="#Direction-enum">Up</a>.
<p> If the TQBoxLayout is not the top-level layout (i.e. it is not
managing all of the widget's area and children), you must add it
@@ -224,7 +224,7 @@ factors grow more.
a stretch factor greater than zero, the space is distributed
according to the TQWidget:sizePolicy() of each widget that's
involved.
-<p> Alignment is specified by <em>alignment</em> which is a bitwise OR of <a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means
+<p> Alignment is specified by <em>alignment</em> which is a bitwise OR of <a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which means
that the widget fills the entire cell.
<p> From TQt 3.0, the <em>alignment</em> parameter is interpreted more
aggressively than in previous versions of TQt. A non-default
@@ -243,7 +243,7 @@ work in this direction; the stretch stretches in this direction.
<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
+<a href="#sizeHint">sizeHint</a>(). A value of <a href="tqt.html#Orientation-enum">Vertical</a> or <a href="tqt.html#Orientation-enum">Horizontal</a> means that it wants
to grow in only one dimension, whereas <tt>BothDirections</tt> means that
it wants to grow in both dimensions.
@@ -304,7 +304,7 @@ a stretch factor greater than zero, the space is distributed
according to the TQWidget:sizePolicy() of each widget that's
involved.
<p> Alignment is specified by <em>alignment</em>, which is a bitwise OR of
-<a href="ntqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which
+<a href="tqt.html#AlignmentFlags-enum">TQt::AlignmentFlags</a> values. The default alignment is 0, which
means that the widget fills the entire cell.
<p> From TQt 3.0, the <em>alignment</em> parameter is interpreted more
aggressively than in previous versions of TQt. A non-default