diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-29 12:43:23 +0900 |
commit | fef846914f8db6dc117e206ef913d519bf6bb33e (patch) | |
tree | d6567b31f7f22d0c8c66eec947dff1960efa25ac /doc/html/qgridlayout.html | |
parent | 8ef4ea451dd81dd66b34ed31aaa631f6df24a192 (diff) | |
download | tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.tar.gz tqt3-fef846914f8db6dc117e206ef913d519bf6bb33e.zip |
Rename basic widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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 7e6fd4035..c13757f62 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="tqlabel.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="tqlineedit.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 |