Q3HGroupBox Class

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 .

成員函數文檔編製

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

Constructs a horizontal group box with no title.

The parent and name 自變量被傳遞給 QWidget 構造函數。

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

Constructs a horizontal group box with the title title .

The parent and name 自變量被傳遞給 QWidget 構造函數。

Q3HGroupBox:: ~Q3HGroupBox ()

Destroys the horizontal group box, deleting its child widgets.