Q3VBox Class

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

头: #include <Q3VBox>
继承: Q3HBox

公共函数

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

额外继承成员

详细描述

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

另请参阅 Q3HBox .

成员函数文档编制

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

Constructs a vbox widget called name 采用父级 parent and widget flags f .