summaryrefslogtreecommitdiffstats
path: root/doc/html/tqgridlayout.html
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-09-09 14:57:42 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-09-12 18:58:18 +0900
commit6f57abfc9cd3acf1d648aee696947ac9216adb71 (patch)
tree4ae374b1ce01d388bca2249c5d903d79a6cb814f /doc/html/tqgridlayout.html
parent0582c90a9ed4b965629267713f51c0da7c38b39d (diff)
downloadtqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.tar.gz
tqt3-6f57abfc9cd3acf1d648aee696947ac9216adb71.zip
Rename remaining ntq[s-z]* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/tqgridlayout.html')
-rw-r--r--doc/html/tqgridlayout.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/tqgridlayout.html b/doc/html/tqgridlayout.html
index 1d9fb5fd..253d8c66 100644
--- a/doc/html/tqgridlayout.html
+++ b/doc/html/tqgridlayout.html
@@ -218,7 +218,7 @@ automatically added to the parent layout as it is constructed.
</h3>
Adds the <em>item</em> to the cell grid, spanning multiple rows/columns.
<p> The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>. 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,
+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.
<h3 class=fn>void <a name="addMultiCellLayout"></a>TQGridLayout::addMultiCellLayout ( <a href="tqlayout.html">TQLayout</a>&nbsp;*&nbsp;layout, int&nbsp;fromRow, int&nbsp;toRow, int&nbsp;fromCol, int&nbsp;toCol, int&nbsp;alignment = 0 )
@@ -226,7 +226,7 @@ which means that the widget fills the entire cell.
Adds the layout <em>layout</em> to the cell grid, spanning multiple
rows/columns. The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>.
<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> A non-zero alignment indicates that the layout should not grow to
fill the available space but should be sized according to
@@ -239,7 +239,7 @@ fill the available space but should be sized according to
Adds the widget <em>w</em> to the cell grid, spanning multiple
rows/columns. The cell will span from <em>fromRow</em>, <em>fromCol</em> to <em>toRow</em>, <em>toCol</em>.
<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> A non-zero alignment indicates that the widget should not grow to
fill the available space but should be sized according to
@@ -258,7 +258,7 @@ fill the available space but should be sized according to
Adds the widget <em>w</em> to the cell grid at <em>row</em>, <em>col</em>. The
top-left position is (0, 0) by default.
<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> <ul>
<li> You should not call this if you have enabled the
@@ -300,7 +300,7 @@ items are inserted.
<h3 class=fn><a href="tqsizepolicy.html#ExpandData-enum">TQSizePolicy::ExpandData</a> <a name="expanding"></a>TQGridLayout::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.