diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-20 20:15:52 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-21 23:04:19 +0900 |
commit | 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 (patch) | |
tree | 5f1bb482f68ee0f95843fbf375cd2274acdabf25 /doc/html/qgridlayout.html | |
parent | 14c414378d96f7463b989384f4a0e5dd76632b6d (diff) | |
download | tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.tar.gz tqt3-1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3.zip |
Rename graphics class nt* related files to equivalent tq* (part 2)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/qgridlayout.html')
-rw-r--r-- | doc/html/qgridlayout.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/qgridlayout.html b/doc/html/qgridlayout.html index 3809732de..fbc85c46d 100644 --- a/doc/html/qgridlayout.html +++ b/doc/html/qgridlayout.html @@ -271,7 +271,7 @@ the available space, but should be sized according to <a href="#sizeHint">sizeHi <p> <p>See also <a href="#addMultiCellWidget">addMultiCellWidget</a>(). <p>Examples: <a href="addressbook-example.html#x578">addressbook/centralwidget.cpp</a>, <a href="layout-example.html#x533">layout/layout.cpp</a>, <a href="rot-example.html#x1370">rot13/rot13.cpp</a>, <a href="sql.html#x2221">sql/overview/form1/main.cpp</a>, <a href="sql.html#x2230">sql/overview/form2/main.cpp</a>, <a href="tutorial1-14.html#x2441">t14/gamebrd.cpp</a>, and <a href="tutorial1-08.html#x2337">t8/main.cpp</a>. -<h3 class=fn><a href="ntqrect.html">TQRect</a> <a name="cellGeometry"></a>TQGridLayout::cellGeometry ( int row, int col ) const +<h3 class=fn><a href="tqrect.html">TQRect</a> <a name="cellGeometry"></a>TQGridLayout::cellGeometry ( int row, int col ) const </h3> Returns the geometry of the cell with row <em>row</em> and column <em>col</em> in the grid. Returns an invalid rectangle if <em>row</em> or <em>col</em> is @@ -380,7 +380,7 @@ grow. <p> <p>See also <a href="#colStretch">colStretch</a>(), <a href="#addColSpacing">addColSpacing</a>(), and <a href="#setRowStretch">setRowStretch</a>(). <p>Examples: <a href="layout-example.html#x534">layout/layout.cpp</a>, <a href="tutorial1-14.html#x2442">t14/gamebrd.cpp</a>, and <a href="tutorial1-08.html#x2338">t8/main.cpp</a>. -<h3 class=fn>void <a name="setGeometry"></a>TQGridLayout::setGeometry ( const <a href="ntqrect.html">TQRect</a> & r )<tt> [virtual]</tt> +<h3 class=fn>void <a name="setGeometry"></a>TQGridLayout::setGeometry ( const <a href="tqrect.html">TQRect</a> & r )<tt> [virtual]</tt> </h3> Resizes managed widgets within the rectangle <em>r</em>. |