Home · All Classes · Main Classes · Annotated · Grouped Classes · Functions

QVBoxWidget Class Reference

The QVBoxWidget widget provides vertical geometry management of its child widgets. More...

#include <QVBoxWidget>

Part of the QtGui module.

Inherits QHBoxWidget.

Public Functions

Additional Inherited Members


Detailed Description

The QVBoxWidget widget provides vertical geometry management of its child widgets.

All its child widgets will be placed vertically and sized according to their sizeHint()s. If you just need a layout (not a widget) use QVBoxLayout instead.

QVBoxWidget

See also QHBoxWidget and QGridWidget.


Member Function Documentation

QVBoxWidget::QVBoxWidget ( QWidget * parent = 0, Qt::WFlags f = 0 )

Constructs a vbox widget with parent parent and widget flags f.


Copyright © 2005 Trolltech Trademarks
Qt 4.0.0-b2