org.kde.qt
public class QHBoxLayout extends QBoxLayout
Constructor Summary | |
---|---|
protected | QHBoxLayout(Class dummy) |
QHBoxLayout(QWidget parent, int border, int spacing, String name) | |
QHBoxLayout(QWidget parent, int border, int spacing) | |
QHBoxLayout(QWidget parent, int border) | |
QHBoxLayout(QWidget parent) | |
QHBoxLayout(QLayout parentLayout, int spacing, String name) | |
QHBoxLayout(QLayout parentLayout, int spacing) | |
QHBoxLayout(QLayout parentLayout) | |
QHBoxLayout(int spacing, String name) | |
QHBoxLayout(int spacing) | |
QHBoxLayout() |
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) |