Eneboo - Documentación para desarrolladores
|
The QVBox widget provides vertical geometry management of its child widgets. Más...
#include <qvbox.h>
Métodos públicos | |
QVBox (QWidget *parent=0, const char *name=0, WFlags f=0) | |
QVBox (QWidget *parent=0, const char *name=0, WFlags f=0) |
The QVBox widget provides vertical geometry management of its child widgets.
All its child widgets will be placed vertically and sized according to their sizeHint()s.
qvbox-m.png QVBox
Constructs a vbox widget called name with parent parent and widget flags f.