Organizers
These classes are used to organize and group GUI primitives into more
complex applications or dialogs.
- QButtonGroup
(Organizes QButton widgets in a group)
- QGroupBox
(Group box frame with a title)
- QHBox
(Geometry management for its children)
- QHButtonGroup
(Organizes QButton widgets in a group with one horizontal row)
- QHGroupBox
(Organizes widgets in a group with one horizontal row)
- QSplitter
(Implements a splitter widget)
- QTabWidget
(Stack of tabbed widgets)
- QVBox
(Simple geometry management on its children)
- QVButtonGroup
(Organizes QButton widgets in a group with one vertical column)
- QVGroupBox
(Organizes widgets in a group with one vertical column)
- QWidgetStack
(Stack of widgets in which the user can see only the top widget)
- QWizard
(Framework for wizard dialogs)
- QWorkspace
(Workspace window that can contain decorated windows, e.g., for MDI)
Copyright © 2001 Trolltech | Trademarks
| Qt version 3.0.0-beta3
|