org.kde.qt

Class QVBoxLayout

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
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QVBoxLayout

protected QVBoxLayout(Class dummy)

QVBoxLayout

public QVBoxLayout(QWidget parent, int border, int spacing, String name)

QVBoxLayout

public QVBoxLayout(QWidget parent, int border, int spacing)

QVBoxLayout

public QVBoxLayout(QWidget parent, int border)

QVBoxLayout

public QVBoxLayout(QWidget parent)

QVBoxLayout

public QVBoxLayout(QLayout parentLayout, int spacing, String name)

QVBoxLayout

public QVBoxLayout(QLayout parentLayout, int spacing)

QVBoxLayout

public QVBoxLayout(QLayout parentLayout)

QVBoxLayout

public QVBoxLayout(int spacing, String name)

QVBoxLayout

public QVBoxLayout(int spacing)

QVBoxLayout

public QVBoxLayout()

Method Detail

className

public String className()

dispose

public void dispose()
Delete the wrapped C++ instance ahead of finalize()

finalize

protected void finalize()
Deletes the wrapped C++ instance

isDisposed

public boolean isDisposed()
Has the wrapped C++ instance been deleted?

metaObject

public QMetaObject metaObject()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)