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.
另请参阅 Q3HBox .
Constructs a vbox widget called name 采用父级 parent and widget flags f .