Eneboo - Documentación para desarrolladores
|
The QHButtonGroup widget organizes QButton widgets in a group with one horizontal row. Más...
#include <qhbuttongroup.h>
Métodos públicos | |
QHButtonGroup (QWidget *parent=0, const char *name=0) | |
QHButtonGroup (const QString &title, QWidget *parent=0, const char *name=0) | |
~QHButtonGroup () | |
QHButtonGroup (QWidget *parent=0, const char *name=0) | |
QHButtonGroup (const QString &title, QWidget *parent=0, const char *name=0) | |
~QHButtonGroup () |
The QHButtonGroup widget organizes QButton widgets in a group with one horizontal row.
QHButtonGroup is a convenience class that offers a thin layer on top of QButtonGroup. From a layout point of view it is effectively a QHBox that offers a frame with a title and is specifically designed for buttons. From a functionality point of view it is a QButtonGroup.
qbuttongroup-h.png QButtonGroup
QHButtonGroup::QHButtonGroup | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Constructs a horizontal button group with no title.
The parent and name arguments are passed to the QWidget constructor.
Constructs a horizontal button group with the title title.
The parent and name arguments are passed to the QWidget constructor.
QHButtonGroup::~QHButtonGroup | ( | ) |
Destroys the horizontal button group, deleting its child widgets.
QHButtonGroup::QHButtonGroup | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
QHButtonGroup::~QHButtonGroup | ( | ) |