From 8ac0e970e4464d9f8f73c0fb34a178ff135be8c3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2024 23:07:22 +0900 Subject: Rename ntqwidget* related files to equivalent tqwidget* Signed-off-by: Michele Calgaro --- doc/html/ntqgridview.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/html/ntqgridview.html') diff --git a/doc/html/ntqgridview.html b/doc/html/ntqgridview.html index 9807f9291..1a685ad0b 100644 --- a/doc/html/ntqgridview.html +++ b/doc/html/ntqgridview.html @@ -105,7 +105,7 @@ at random positions, consider using either a TQIconVi

See also Abstract Widget Classes.


Member Function Documentation

-

TQGridView::TQGridView ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 ) +

TQGridView::TQGridView ( TQWidget * parent = 0, const char * name = 0, WFlags f = 0 )

Constructs a grid view.

The parent, name and widget flag, f, arguments are passed @@ -199,7 +199,7 @@ unused areas. Repaints cell (row, column).

If erase is TRUE, TQt erases the area of the cell before the paintCell() call; otherwise no erasing takes place. -

See also TQWidget::repaint(). +

See also TQWidget::repaint().

int TQGridView::rowAt ( int y ) const

@@ -223,7 +223,7 @@ See the "numRows" property for detai

void TQGridView::updateCell ( int row, int column )

Updates cell (row, column). -

See also TQWidget::update(). +

See also TQWidget::update().


Property Documentation

int cellHeight

-- cgit v1.2.1