Q3VGroupBox Class

The Q3VGroupBox widget organizes widgets in a group with one vertical column. 更多...

头: #include <Q3VGroupBox>
继承: Q3GroupBox

公共函数

Q3VGroupBox (QWidget * parent = 0, const char * name = 0)
Q3VGroupBox (const QString & title , QWidget * parent = 0, const char * name = 0)
~Q3VGroupBox ()

额外继承成员

详细描述

The Q3VGroupBox widget organizes widgets in a group with one vertical column.

Q3VGroupBox is a convenience class that offers a thin layer on top of Q3GroupBox . Think of it as a Q3VBox that offers a frame with a title.

另请参阅 Q3HGroupBox .

成员函数文档编制

Q3VGroupBox:: Q3VGroupBox ( QWidget * parent = 0, const char * name = 0)

Constructs a horizontal group box with no title.

The parent and name 自变量被传递给 QWidget 构造函数。

Q3VGroupBox:: Q3VGroupBox (const QString & title , QWidget * parent = 0, const char * name = 0)

Constructs a horizontal group box with the title title .

The parent and name 自变量被传递给 QWidget 构造函数。

Q3VGroupBox:: ~Q3VGroupBox ()

Destroys the horizontal group box, deleting its child widgets.