Eneboo - Documentación para desarrolladores
|
Métodos públicos | |
QSDialogPrivate (QWidget *parent=0) | |
QSize | sizeHint () const |
void | fixTabOrder () |
void | addSpace (int space) |
void | add (QSWidget *widget) |
Atributos públicos | |
int | width |
the width of the widget excluding any window frame | |
QWidget * | lastWidget |
QHBoxLayout * | hbox |
QGridLayout * | grid |
QButtonGroup * | invisibleButtonGroup |
QTabWidget * | tabWidget |
QGroupBox * | groupBox |
QHBoxLayout * | buttonRow |
QPushButton * | okButton |
QPushButton * | cancelButton |
QWidget * | parent |
QSDialogPrivate::QSDialogPrivate | ( | QWidget * | parent = 0 | ) |
void QSDialogPrivate::add | ( | QSWidget * | widget | ) |
void QSDialogPrivate::addSpace | ( | int | space | ) |
void QSDialogPrivate::fixTabOrder | ( | ) |
the width of the widget excluding any window frame
See the Window Geometry documentation for an overview of top-level widget geometry.
Reimplementado de QWidget.