Eneboo - Documentación para desarrolladores
|
The QHGroupBox widget organizes widgets in a group with one horizontal row. Más...
#include <qhgroupbox.h>
Métodos públicos | |
QHGroupBox (QWidget *parent=0, const char *name=0) | |
QHGroupBox (const QString &title, QWidget *parent=0, const char *name=0) | |
~QHGroupBox () | |
QHGroupBox (QWidget *parent=0, const char *name=0) | |
QHGroupBox (const QString &title, QWidget *parent=0, const char *name=0) | |
~QHGroupBox () |
The QHGroupBox widget organizes widgets in a group with one horizontal row.
QHGroupBox is a convenience class that offers a thin layer on top of QGroupBox. Think of it as a QHBox that offers a frame with a title.
qgroupboxes.png Group Boxes
QHGroupBox::QHGroupBox | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
Constructs a horizontal group box with no title.
The parent and name arguments are passed to the QWidget constructor.
Constructs a horizontal group box with the title title.
The parent and name arguments are passed to the QWidget constructor.
QHGroupBox::~QHGroupBox | ( | ) |
Destroys the horizontal group box, deleting its child widgets.
QHGroupBox::QHGroupBox | ( | QWidget * | parent = 0 , |
const char * | name = 0 |
||
) |
QHGroupBox::~QHGroupBox | ( | ) |