Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

QVBox Class Reference

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

#include <QVBox>

Inherits QHBox.

List of all members.

Writable Properties

Read-Only Properties

Public Functions

Public Slots

Signals

Static Public Members

Protected Functions


Detailed Description

The QVBox 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.

QVBox

See also QHBox and QGrid.


Member Function Documentation

QVBox::QVBox ( 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-tp1