diff options
Diffstat (limited to 'doc/html/ntqgridview.html')
-rw-r--r-- | doc/html/ntqgridview.html | 6 |
1 files changed, 3 insertions, 3 deletions
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 <a href="ntqiconview.html">TQIconVi <p>See also <a href="abstractwidgets.html">Abstract Widget Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQGridView"></a>TQGridView::TQGridView ( <a href="ntqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) +<h3 class=fn><a name="TQGridView"></a>TQGridView::TQGridView ( <a href="tqwidget.html">TQWidget</a> * parent = 0, const char * name = 0, WFlags f = 0 ) </h3> Constructs a grid view. <p> The <em>parent</em>, <em>name</em> and <a href="ntqt.html#WidgetFlags">widget flag</a>, <em>f</em>, arguments are passed @@ -199,7 +199,7 @@ unused areas. Repaints cell (<em>row</em>, <em>column</em>). <p> If <em>erase</em> is TRUE, TQt erases the area of the cell before the <a href="#paintCell">paintCell</a>() call; otherwise no erasing takes place. -<p> <p>See also <a href="ntqwidget.html#repaint">TQWidget::repaint</a>(). +<p> <p>See also <a href="tqwidget.html#repaint">TQWidget::repaint</a>(). <h3 class=fn>int <a name="rowAt"></a>TQGridView::rowAt ( int y ) const </h3> @@ -223,7 +223,7 @@ See the <a href="ntqgridview.html#numRows-prop">"numRows"</a> property for detai <h3 class=fn>void <a name="updateCell"></a>TQGridView::updateCell ( int row, int column ) </h3> Updates cell (<em>row</em>, <em>column</em>). -<p> <p>See also <a href="ntqwidget.html#update">TQWidget::update</a>(). +<p> <p>See also <a href="tqwidget.html#update">TQWidget::update</a>(). <hr><h2>Property Documentation</h2> <h3 class=fn>int <a name="cellHeight-prop"></a>cellHeight</h3> |