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/qgridlayout.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/qgridlayout.html')
-rw-r--r-- | doc/html/qgridlayout.html | 12 |
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> * parent, int nRows = 1, int nCols = 1, int margin = 0, int space = -1, const char * name = 0 ) +<h3 class=fn><a name="TQGridLayout"></a>TQGridLayout::TQGridLayout ( <a href="tqwidget.html">TQWidget</a> * parent, int nRows = 1, int nCols = 1, int margin = 0, int space = -1, const char * 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> * w, int fromRow, int toRow, int fromCol, int toCol, int alignment = 0 ) +<h3 class=fn>void <a name="addMultiCellWidget"></a>TQGridLayout::addMultiCellWidget ( <a href="tqwidget.html">TQWidget</a> * w, int fromRow, int toRow, int fromCol, int toCol, int 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> * w, int row, int col, int alignment = 0 ) +<h3 class=fn>void <a name="addWidget"></a>TQGridLayout::addWidget ( <a href="tqwidget.html">TQWidget</a> * w, int row, int col, int 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> * w, int * row, int * col )<tt> [protected]</tt> +<h3 class=fn>bool <a name="findWidget"></a>TQGridLayout::findWidget ( <a href="tqwidget.html">TQWidget</a> * w, int * row, int * 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><em>row</em></tt> and <tt><em>col</em></tt> to |