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