activate() | QBoxLayoutProto | |
addItem(QLayoutItem *item) | QBoxLayoutProto | |
addLayout(QLayout *layout, int stretch=0) | QBoxLayoutProto | |
addSpacerItem(QSpacerItem *spacerItem) | QBoxLayoutProto | |
addSpacing(int size) | QBoxLayoutProto | |
addStretch(int stretch=0) | QBoxLayoutProto | |
addStrut(int size) | QBoxLayoutProto | |
addWidget(QWidget *widget, int stretch=0, Qt::Alignment alignment=0) | QBoxLayoutProto | |
contentsRect() const | QBoxLayoutProto | |
count() const | QBoxLayoutProto | |
direction() const | QBoxLayoutProto | |
expandingDirections() const | QBoxLayoutProto | |
getContentsMargins(int *left, int *top, int *right, int *bottom) const | QBoxLayoutProto | |
indexOf(QWidget *widget) const | QBoxLayoutProto | |
insertLayout(int index, QLayout *layout, int stretch=0) | QBoxLayoutProto | |
insertSpacerItem(int index, QSpacerItem *spacerItem) | QBoxLayoutProto | |
insertSpacing(int index, int size) | QBoxLayoutProto | |
insertStretch(int index, int stretch=0) | QBoxLayoutProto | |
insertWidget(int index, QWidget *widget, int stretch=0, Qt::Alignment alignment=0) | QBoxLayoutProto | |
invalidate() | QBoxLayoutProto | |
isEnabled() const | QBoxLayoutProto | |
itemAt(int index) const | QBoxLayoutProto | |
maximumSize() const | QBoxLayoutProto | |
menuBar() const | QBoxLayoutProto | |
minimumSize() const | QBoxLayoutProto | |
parentWidget() const | QBoxLayoutProto | |
QBoxLayoutProto(QObject *parent) | QBoxLayoutProto | |
removeItem(QLayoutItem *item) | QBoxLayoutProto | |
removeWidget(QWidget *widget) | QBoxLayoutProto | |
setAlignment(Qt::Alignment alignment) | QBoxLayoutProto | |
setAlignment(QLayout *l, Qt::Alignment alignment) | QBoxLayoutProto | |
setAlignment(QWidget *w, Qt::Alignment alignment) | QBoxLayoutProto | |
setContentsMargins(int left, int top, int right, int bottom) | QBoxLayoutProto | |
setDirection(int direction) | QBoxLayoutProto | |
setEnabled(bool enable) | QBoxLayoutProto | |
setMenuBar(QWidget *widget) | QBoxLayoutProto | |
setStretch(int index, int stretch) | QBoxLayoutProto | |
setStretchFactor(QLayout *layout, int stretch) | QBoxLayoutProto | |
setStretchFactor(QWidget *widget, int stretch) | QBoxLayoutProto | |
stretch(int index) const | QBoxLayoutProto | |
takeAt(int index) | QBoxLayoutProto | |
update() | QBoxLayoutProto | |