diff options
Diffstat (limited to 'doc/html/tutorial1-08.html')
-rw-r--r-- | doc/html/tutorial1-08.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/tutorial1-08.html b/doc/html/tutorial1-08.html index 628076453..ab6de140e 100644 --- a/doc/html/tutorial1-08.html +++ b/doc/html/tutorial1-08.html @@ -213,7 +213,7 @@ loop upon the first change of one of the values. <p> <pre> <a href="tqgridlayout.html">TQGridLayout</a> *grid = new <a href="tqgridlayout.html">TQGridLayout</a>( this, 2, 2, 10 ); //2x2, 10 pixel border </pre> -<p> So far we have used the no-assembly-required <a href="ntqvbox.html">TQVBox</a> and <a href="tqgrid.html">TQGrid</a> widgets +<p> So far we have used the no-assembly-required <a href="tqvbox.html">TQVBox</a> and <a href="tqgrid.html">TQGrid</a> widgets for geometry management. Now, however, we want to have a little more control over the layout, and we switch to the more powerful <a href="tqgridlayout.html">TQGridLayout</a> class. TQGridLayout isn't a widget; it is a different class that can |