summaryrefslogtreecommitdiffstats
path: root/doc/html/qgridlayout.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qgridlayout.html')
-rw-r--r--doc/html/qgridlayout.html12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/html/qgridlayout.html b/doc/html/qgridlayout.html
index b13b260a3..0fbf4e298 100644
--- a/doc/html/qgridlayout.html
+++ b/doc/html/qgridlayout.html
@@ -104,8 +104,8 @@ possible for a widget to occupy multiple cells using
to distribute the size over the columns/rows (based on the stretch
factors).
<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> This illustration shows a fragment of a dialog with a five-column,
three-row grid (the grid is shown overlaid in magenta):
<p> <center><img src="gridlayout.png"></center>
@@ -147,7 +147,7 @@ layout.
<li><tt>TQGridLayout::BottomRight</tt> - the bottom-right corner
</ul>
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQGridLayout"></a>TQGridLayout::TQGridLayout ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, int&nbsp;nRows = 1, int&nbsp;nCols = 1, int&nbsp;margin = 0, int&nbsp;space = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
+<h3 class=fn><a name="TQGridLayout"></a>TQGridLayout::TQGridLayout ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;parent, int&nbsp;nRows = 1, int&nbsp;nCols = 1, int&nbsp;margin = 0, int&nbsp;space = -1, const&nbsp;char&nbsp;*&nbsp;name = 0 )
</h3>
Constructs a new TQGridLayout with <em>nRows</em> rows, <em>nCols</em> columns
and parent widget, <em>parent</em>. <em>parent</em> may not be 0. The grid
@@ -234,7 +234,7 @@ fill the available space but should be sized according to
<p> <em>layout</em> becomes a child of the grid layout.
<p> <p>See also <a href="#addLayout">addLayout</a>().
-<h3 class=fn>void <a name="addMultiCellWidget"></a>TQGridLayout::addMultiCellWidget ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;fromRow, int&nbsp;toRow, int&nbsp;fromCol, int&nbsp;toCol, int&nbsp;alignment = 0 )
+<h3 class=fn>void <a name="addMultiCellWidget"></a>TQGridLayout::addMultiCellWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;fromRow, int&nbsp;toRow, int&nbsp;fromCol, int&nbsp;toCol, int&nbsp;alignment = 0 )
</h3>
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>.
@@ -253,7 +253,7 @@ fill the available space but should be sized according to
<p> Sets the minimum height of row <em>row</em> to <em>minsize</em> pixels.
<p> Use <a href="#setRowSpacing">setRowSpacing</a>() instead.
-<h3 class=fn>void <a name="addWidget"></a>TQGridLayout::addWidget ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;row, int&nbsp;col, int&nbsp;alignment = 0 )
+<h3 class=fn>void <a name="addWidget"></a>TQGridLayout::addWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;row, int&nbsp;col, int&nbsp;alignment = 0 )
</h3>
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.
@@ -305,7 +305,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>bool <a name="findWidget"></a>TQGridLayout::findWidget ( <a href="ntqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;*&nbsp;row, int&nbsp;*&nbsp;col )<tt> [protected]</tt>
+<h3 class=fn>bool <a name="findWidget"></a>TQGridLayout::findWidget ( <a href="tqwidget.html">TQWidget</a>&nbsp;*&nbsp;w, int&nbsp;*&nbsp;row, int&nbsp;*&nbsp;col )<tt> [protected]</tt>
</h3>
Searches for widget <em>w</em> in this layout (not including child
layouts). If <em>w</em> is found, it sets <tt>&lt;em&gt;row&lt;/em&gt;</tt> and <tt>&lt;em&gt;col&lt;/em&gt;</tt> to