Q3HButtonGroup Class

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 .

成员函数文档编制

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

Constructs a horizontal button group with no title.

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

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

Constructs a horizontal button group with the title title .

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