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