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 構造函數。