QBoxLayout | Lines up child widgets horizontally or vertically |
QButtonGroup | Container to organize groups of button widgets |
QGridLayout | Lays out widgets in a grid |
QGroupBox | Group box frame with a title |
QHBoxLayout | Lines up widgets horizontally |
QLayout | The base class of geometry managers |
QLayoutItem | Abstract item that a QLayout manipulates |
QSizePolicy | Layout attribute describing horizontal and vertical resizing policy |
QSpacerItem | Blank space in a layout |
QStackedLayout | Stack of widgets where only one widget is visible at a time |
QStackedWidget | Stack of widgets where only one widget is visible at a time |
QVBoxLayout | Lines up widgets vertically |
QWidgetItem | Layout item that represents a widget |