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 .