diff options
Diffstat (limited to 'doc/html/qgridlayout.html')
-rw-r--r-- | doc/html/qgridlayout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qgridlayout.html b/doc/html/qgridlayout.html index fbc85c46d..7e6fd4035 100644 --- a/doc/html/qgridlayout.html +++ b/doc/html/qgridlayout.html @@ -110,7 +110,7 @@ from the layout until <a href="tqwidget.html#show">TQWidget::show</a>() is calle three-row grid (the grid is shown overlaid in magenta): <p> <center><img src="gridlayout.png"></center> <p> Columns 0, 2 and 4 in this dialog fragment are made up of a -<a href="ntqlabel.html">TQLabel</a>, a <a href="ntqlineedit.html">TQLineEdit</a>, and a <a href="ntqlistbox.html">TQListBox</a>. Columns 1 and 3 are +<a href="tqlabel.html">TQLabel</a>, a <a href="ntqlineedit.html">TQLineEdit</a>, and a <a href="ntqlistbox.html">TQListBox</a>. Columns 1 and 3 are placeholders made with <a href="#addColSpacing">addColSpacing</a>(). Row 0 consists of three TQLabel objects, row 1 of three TQLineEdit objects and row 2 of three TQListBox objects. We used placeholder columns (1 and 3) to |