Qt Reference Documentation

Contents

Q3VBox Class Reference

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

 #include <Q3VBox>

This class is part of the Qt 3 support library. It is provided to keep old source code working. We strongly advise against using it in new code. See Porting to Qt 4 for more information.

Inherits: Q3HBox.

Public Functions

Q3VBox ( QWidget * parent = 0, const char * name = 0, Qt::WindowFlags f = 0 )

Additional Inherited Members

Detailed Description

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

All its child widgets will be placed vertically and sized according to their sizeHint()s.

Q3VBox

See also Q3HBox.

Member Function Documentation

Q3VBox::Q3VBox ( QWidget * parent = 0, const char * name = 0, Qt::WindowFlags f = 0 )

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