diff options
Diffstat (limited to 'doc/man/man3/tqtabwidget.3qt')
-rw-r--r-- | doc/man/man3/tqtabwidget.3qt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/man3/tqtabwidget.3qt b/doc/man/man3/tqtabwidget.3qt index 90133905a..85cf45a90 100644 --- a/doc/man/man3/tqtabwidget.3qt +++ b/doc/man/man3/tqtabwidget.3qt @@ -191,7 +191,7 @@ You can change a tab's label and iconset using changeTab() or setTabLabel() and .PP Each tab is either enabled or disabled at any given time (see setTabEnabled()). If a tab is enabled, the tab text is drawn normally and the user can select that tab. If it is disabled, the tab is drawn in a different way and the user cannot select that tab. Note that even if a tab is disabled, the page can still be visible, for example if all of the tabs happen to be disabled. .PP -Although tab widgets can be a very good way to split up a complex dialog, it's also very easy to get into a mess. See QTabDialog for some design hints. An alternative is to use a TQWidgetStack for which you provide some means of navigating between pages, for example, a QToolBar or a QListBox. +Although tab widgets can be a very good way to split up a complex dialog, it's also very easy to get into a mess. See QTabDialog for some design hints. An alternative is to use a TQWidgetStack for which you provide some means of navigating between pages, for example, a TQToolBar or a QListBox. .PP Most of the functionality in QTabWidget is provided by a QTabBar (at the top, providing the tabs) and a TQWidgetStack (most of the area, organizing the individual pages). .PP @@ -202,7 +202,7 @@ Most of the functionality in QTabWidget is provided by a QTabBar (at the top, pr .ce 1 .B "[Image Omitted]" .PP -See also QTabDialog, QToolBox, Advanced Widgets, and Organizers. +See also QTabDialog, TQToolBox, Advanced Widgets, and Organizers. .SS "Member Type Documentation" .SH "QTabWidget::TabPosition" This enum type defines where QTabWidget draws the tab row: |