diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-02 21:37:22 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-06 11:24:55 +0900 |
| commit | 7552c6d73043b1040139033f6864db48ae5446cf (patch) | |
| tree | f90d24d072dd3ee6a3f909bf7778abc7669f03ef /doc/html/designer-manual-9.html | |
| parent | c113da2069b66130f67a0f27c699e1cec83588a5 (diff) | |
| download | tqt-7552c6d7.tar.gz tqt-7552c6d7.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/designer-manual-9.html')
| -rw-r--r-- | doc/html/designer-manual-9.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/html/designer-manual-9.html b/doc/html/designer-manual-9.html index b5faba996..2b2d15774 100644 --- a/doc/html/designer-manual-9.html +++ b/doc/html/designer-manual-9.html @@ -202,7 +202,7 @@ myform.h: myform.ui <li><p>Message boxes and other high-level dialogs</p> <p>Glade supports editing of GnomeMessageBox, GtkFileSelection, GtkFontSelectionDialog and others. This is trivially achieved in TQt by means of a <a href="ntqmessagebox.html">TQMessageBox</a> dialog, a <a href="ntqfiledialog.html">TQFileDialog</a>, a <a href="ntqfontdialog.html">TQFontDialog</a>, etc., in C++ code.</p> <li><p>Stand-alone popup menus</p> -<p><em>TQt Designer</em> only supports popup menus inside a <a href="ntqmainwindow.html">TQMainWindow</a>. If you need a stand-alone popup menu (presumably a context menu), you can easily write code that does this using <a href="ntqpopupmenu.html">TQPopupMenu</a>.</p> +<p><em>TQt Designer</em> only supports popup menus inside a <a href="tqmainwindow.html">TQMainWindow</a>. If you need a stand-alone popup menu (presumably a context menu), you can easily write code that does this using <a href="tqpopupmenu.html">TQPopupMenu</a>.</p> <li><p>Size policy parameters</p> <p>Glade provides size policies in the "Place" tab of the property editor. <em>TQt Designer</em> does not attempt to make use of the padding, expand, shrink and fill information, as the TQt defaults are usually good enough. In a few cases, you might have to set the "<em>sizePolicy</em>" property manually to obtain the effect you want.</p> <li><p>GNOME standard icons</p> |
