Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions | ![]() |
The QHBoxLayout class lines up widgets horizontally. More...
#include <QHBoxLayout>
Inherits QBoxLayout.
The QHBoxLayout class lines up widgets horizontally.
This class is used to construct horizontal box layout objects. See QBoxLayout for more details.
The simplest use of the class is like this:
QBoxLayout * l = new QHBoxLayout(widget); l->addWidget(existingChildOfWidget); l->addWidget(anotherChildOfWidget);
See also QVBoxLayout and QGridLayout.
Constructs a new horizontal box. You must add it to another layout.
Constructs a new top-level horizontal box with parent parent.
Constructs a new horizontal box and adds it to parentLayout.
Destroys this box layout.
The layout's widgets aren't destroyed.
Copyright © 2004 Trolltech | Trademarks | Qt 4.0.0-b1 |