diff options
author | Michele Calgaro <[email protected]> | 2024-08-12 22:02:11 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-08-12 22:02:11 +0900 |
commit | 42957a3f812a1db64a9ae452baa2d3fbc35f2466 (patch) | |
tree | 0928f4e01a3dcc0698b46c7608d8310e471bdb49 /doc/html/qhboxlayout.html | |
parent | fef846914f8db6dc117e206ef913d519bf6bb33e (diff) | |
download | tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.tar.gz tqt3-42957a3f812a1db64a9ae452baa2d3fbc35f2466.zip |
Rename more widget nt* related files to equivalent tq*
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/qhboxlayout.html')
-rw-r--r-- | doc/html/qhboxlayout.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/qhboxlayout.html b/doc/html/qhboxlayout.html index 4437f0e05..dc99d1e8e 100644 --- a/doc/html/qhboxlayout.html +++ b/doc/html/qhboxlayout.html @@ -69,7 +69,7 @@ The TQHBoxLayout class lines up widgets horizontally. </pre> <p> <center><img src="qhboxlayout.png" alt="TQHBox"></center> -<p> <p>See also <a href="qvboxlayout.html">TQVBoxLayout</a>, <a href="qgridlayout.html">TQGridLayout</a>, <a href="layout.html">the Layout overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. +<p> <p>See also <a href="qvboxlayout.html">TQVBoxLayout</a>, <a href="tqgridlayout.html">TQGridLayout</a>, <a href="layout.html">the Layout overview</a>, <a href="appearance.html">Widget Appearance and Style</a>, and <a href="geomanagement.html">Layout Management</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQHBoxLayout"></a>TQHBoxLayout::TQHBoxLayout ( <a href="tqwidget.html">TQWidget</a> * parent, int margin = 0, int spacing = -1, const char * name = 0 ) |