org.kde.qt
public class QBoxLayout extends QLayout
| Field Summary | |
|---|---|
| static int | BottomToTop |
| static int | Down |
| static int | LeftToRight |
| static int | RightToLeft |
| static int | TopToBottom |
| static int | Up |
| Constructor Summary | |
|---|---|
| protected | QBoxLayout(Class dummy) |
| QBoxLayout(QWidget parent, int arg2, int border, int spacing, String name) | |
| QBoxLayout(QWidget parent, int arg2, int border, int spacing) | |
| QBoxLayout(QWidget parent, int arg2, int border) | |
| QBoxLayout(QWidget parent, int arg2) | |
| QBoxLayout(QLayout parentLayout, int arg2, int spacing, String name) | |
| QBoxLayout(QLayout parentLayout, int arg2, int spacing) | |
| QBoxLayout(QLayout parentLayout, int arg2) | |
| QBoxLayout(int arg1, int spacing, String name) | |
| QBoxLayout(int arg1, int spacing) | |
| QBoxLayout(int arg1) | |
| Method Summary | |
|---|---|
| void | addItem(QLayoutItemInterface arg1) |
| void | addLayout(QLayout layout, int stretch) |
| void | addLayout(QLayout layout) |
| void | addSpacing(int size) |
| void | addStretch(int stretch) |
| void | addStretch() |
| void | addStrut(int arg1) |
| void | addWidget(QWidget arg1, int stretch, int alignment) |
| void | addWidget(QWidget arg1, int stretch) |
| void | addWidget(QWidget arg1) |
| String | className() |
| int | direction() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| int | expanding() |
| protected void | finalize() Deletes the wrapped C++ instance |
| int | findWidget(QWidget w) |
| boolean | hasHeightForWidth() |
| int | heightForWidth(int arg1) |
| void | insertItem(int index, QLayoutItemInterface arg2) |
| void | insertLayout(int index, QLayout layout, int stretch) |
| void | insertLayout(int index, QLayout layout) |
| void | insertSpacing(int index, int size) |
| void | insertStretch(int index, int stretch) |
| void | insertStretch(int index) |
| void | insertWidget(int index, QWidget widget, int stretch, int alignment) |
| void | insertWidget(int index, QWidget widget, int stretch) |
| void | insertWidget(int index, QWidget widget) |
| void | invalidate() |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QSize | maximumSize() |
| QMetaObject | metaObject() |
| int | minimumHeightForWidth(int arg1) |
| QSize | minimumSize() |
| void | setDirection(int arg1) |
| void | setGeometry(QRect arg1) |
| boolean | setStretchFactor(QWidget arg1, int stretch) |
| boolean | setStretchFactor(QLayout l, int stretch) |
| QSize | sizeHint() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |