The Q3HButtonGroup widget organizes button widgets in a group with one horizontal row. 更多...
| 头: | #include <Q3HButtonGroup> |
| 继承: | Q3ButtonGroup |
| Q3HButtonGroup (QWidget * parent = 0, const char * name = 0) | |
| Q3HButtonGroup (const QString & title , QWidget * parent = 0, const char * name = 0) |
The Q3HButtonGroup widget organizes button widgets in a group with one horizontal row.
Q3HButtonGroup is a convenience class that offers a thin layer on top of Q3ButtonGroup . From a layout point of view it is effectively a Q3HBoxWidget that offers a frame with a title and is specifically designed for buttons. From a functionality point of view it is a Q3ButtonGroup .
另请参阅 Q3VButtonGroup .
Constructs a horizontal button group with no title.
The parent and name 自变量被传递给 QWidget 构造函数。
Constructs a horizontal button group with the title title .
The parent and name 自变量被传递给 QWidget 构造函数。