The Q3HGroupBox widget organizes widgets in a group with one horizontal row. 更多...
| 头: | #include <Q3HGroupBox> |
| 继承: | Q3GroupBox |
| Q3HGroupBox (QWidget * parent = 0, const char * name = 0) | |
| Q3HGroupBox (const QString & title , QWidget * parent = 0, const char * name = 0) | |
| ~Q3HGroupBox () |
The Q3HGroupBox widget organizes widgets in a group with one horizontal row.
Q3HGroupBox is a convenience class that offers a thin layer on top of Q3GroupBox . Think of it as a Q3HBox that offers a frame with a title.
另请参阅 Q3VGroupBox .
Constructs a horizontal group box with no title.
The parent and name 自变量被传递给 QWidget 构造函数。
Constructs a horizontal group box with the title title .
The parent and name 自变量被传递给 QWidget 构造函数。
Destroys the horizontal group box, deleting its child widgets.