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/ntqtabwidget.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/ntqtabwidget.html')
-rw-r--r-- | doc/html/ntqtabwidget.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/ntqtabwidget.html b/doc/html/ntqtabwidget.html index 04c7213d6..ccad1eb58 100644 --- a/doc/html/ntqtabwidget.html +++ b/doc/html/ntqtabwidget.html @@ -149,12 +149,12 @@ visible, for example if all of the tabs happen to be disabled. dialog, it's also very easy to get into a mess. See <a href="ntqtabdialog.html">TQTabDialog</a> for some design hints. An alternative is to use a <a href="tqwidgetstack.html">TQWidgetStack</a> for which you provide some means of navigating between pages, for -example, a <a href="ntqtoolbar.html">TQToolBar</a> or a <a href="ntqlistbox.html">TQListBox</a>. +example, a <a href="tqtoolbar.html">TQToolBar</a> or a <a href="ntqlistbox.html">TQListBox</a>. <p> Most of the functionality in TQTabWidget is provided by a <a href="ntqtabbar.html">TQTabBar</a> (at the top, providing the tabs) and a TQWidgetStack (most of the area, organizing the individual pages). <p> <img src=qtabwidget-m.png> <img src=qtabwidget-w.png> -<p> <p>See also <a href="ntqtabdialog.html">TQTabDialog</a>, <a href="ntqtoolbox.html">TQToolBox</a>, <a href="advanced.html">Advanced Widgets</a>, and <a href="organizers.html">Organizers</a>. +<p> <p>See also <a href="ntqtabdialog.html">TQTabDialog</a>, <a href="tqtoolbox.html">TQToolBox</a>, <a href="advanced.html">Advanced Widgets</a>, and <a href="organizers.html">Organizers</a>. <hr><h2>Member Type Documentation</h2> <h3 class=fn><a name="TabPosition-enum"></a>TQTabWidget::TabPosition</h3> |