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 | Horizontal geometry management for its child widgets
|
QSplitter | Implements a splitter widget
|
QStackedBox | Stack of widgets where only the top widget is visible
|
QTabWidget | Stack of tabbed widgets
|
QVBox | Vertical geometry management of its child widgets
|
QWorkspace | Workspace window that be used in an MDI application
|