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>

Inherits QHBoxWidget.

Writable Properties

Read-Only Properties

Public Functions

Public Slots

Signals

Static Public Members

Protected Functions


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 © 2004 Trolltech. Trademarks
Qt 4.0.0-tp2