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 .