diff options
author | Michele Calgaro <[email protected]> | 2024-07-02 21:37:22 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-07-06 11:24:55 +0900 |
commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/designer-manual-1.html | |
parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
download | tqt3-7552c6d73043b1040139033f6864db48ae5446cf.tar.gz tqt3-7552c6d73043b1040139033f6864db48ae5446cf.zip |
Rename main window nt* related files to equivalent tq*. The file
"ntqsession.h" was totally unnecessary and has been removed.
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'doc/html/designer-manual-1.html')
-rw-r--r-- | doc/html/designer-manual-1.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/designer-manual-1.html b/doc/html/designer-manual-1.html index 61420ae7e..f7039a9bb 100644 --- a/doc/html/designer-manual-1.html +++ b/doc/html/designer-manual-1.html @@ -59,7 +59,7 @@ body { background: #ffffff; color: black; } <li><p><tt>.ui.h</tt> files may now contain arbitrary C++, including <tt>const</tt> definitions, <tt>#include</tt>s, plain functions, etc.</p> <li><p>When you select multiple-widgets their common properties are shown in the property editor and can be changed collectively.</p> </ul><h4><a name="3-2"></a>What's New in <em>TQt Designer</em> for TQt 3.2?</h4> -<ul><li><p>The tool box widget used by <em>TQt Designer</em> since TQt 3.1 is now available as a TQt widget for use in your own programs. The widget is called <a href="ntqtoolbox.html">TQToolBox</a>.</p> +<ul><li><p>The tool box widget used by <em>TQt Designer</em> since TQt 3.1 is now available as a TQt widget for use in your own programs. The widget is called <a href="tqtoolbox.html">TQToolBox</a>.</p> <li><p>The menu editor in <em>TQt Designer</em> has been redesigned to make it easier to visually design application main windows.</p> <li><p>Numerous small improvements to usability have also been incorporated in this version.</p> </ul><p align="center"><img align="middle" src="qd-preface.png" width="1208" height="1026"> |