Q3VBox Class | Qt 4.8 (original) (raw)

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

Header: #include
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.

© 2016 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.