From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/qgridlayout.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/qgridlayout.html') 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 sizeHi

See also addMultiCellWidget().

Examples: addressbook/centralwidget.cpp, layout/layout.cpp, rot13/rot13.cpp, sql/overview/form1/main.cpp, sql/overview/form2/main.cpp, t14/gamebrd.cpp, and t8/main.cpp. -

TQRect TQGridLayout::cellGeometry ( int row, int col ) const +

TQRect TQGridLayout::cellGeometry ( int row, int col ) const

Returns the geometry of the cell with row row and column col in the grid. Returns an invalid rectangle if row or col is @@ -380,7 +380,7 @@ grow.

See also colStretch(), addColSpacing(), and setRowStretch().

Examples: layout/layout.cpp, t14/gamebrd.cpp, and t8/main.cpp. -

void TQGridLayout::setGeometry ( const TQRect & r ) [virtual] +

void TQGridLayout::setGeometry ( const TQRect & r ) [virtual]

Resizes managed widgets within the rectangle r. -- cgit v1.2.3