Geometry (Layout) Management
These classes provide automatic geometry (layout) management of widgets.
- QBoxLayout
(Lines up child widgets horizontally or vertically)
- QGrid
(Simple geometry management of its children)
- QGridLayout
(Lays out widgets in a grid)
- QHBoxLayout
(Lines up widgets horizontally)
- QVBox
(Simple geometry management on its children)
- QVBoxLayout
(Lines up widgets vertically)
- QVButtonGroup
(Organizes QButton widgets in a group with one vertical column)
- QVGroupBox
(Organizes widgets in a group with one vertical column)
Copyright © 2001 Trolltech | Trademarks
| Qt version 3.0.0-beta2
|