Geometry Management
These classes provide automatic geometry management of widgets.
Classes:
- QBoxLayout
    (Lines up child widgets horizontally or vertically)
- QGrid
    (Performs geometry management on its children)
- QGridLayout
    (Lays out widgets in a grid)
- QHBox
    (Performs geometry management on its children)
- QHBoxLayout
    (Lines up widgets horizontally)
- QHButtonGroup
    (Organizes QButton widgets in a group with one horizontal row)
- QHGroupBox
    (Organizes widgets in a group with one horizontal row)
- QLayout
    (The base class of geometry specifiers)
- QVBox
    (Performs 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 2.3.4 |