org.kde.qt
public class QVBoxLayout extends QBoxLayout
| Constructor Summary | |
|---|---|
| protected | QVBoxLayout(Class dummy) |
| QVBoxLayout(QWidget parent, int border, int spacing, String name) | |
| QVBoxLayout(QWidget parent, int border, int spacing) | |
| QVBoxLayout(QWidget parent, int border) | |
| QVBoxLayout(QWidget parent) | |
| QVBoxLayout(QLayout parentLayout, int spacing, String name) | |
| QVBoxLayout(QLayout parentLayout, int spacing) | |
| QVBoxLayout(QLayout parentLayout) | |
| QVBoxLayout(int spacing, String name) | |
| QVBoxLayout(int spacing) | |
| QVBoxLayout() | |
| Method Summary | |
|---|---|
| String | className() |
| void | dispose() Delete the wrapped C++ instance ahead of finalize() |
| protected void | finalize() Deletes the wrapped C++ instance |
| boolean | isDisposed() Has the wrapped C++ instance been deleted? |
| QMetaObject | metaObject() |
| static String | tr(String arg1, String arg2) |
| static String | tr(String arg1) |