org.kde.qt

Class QVBox

public class QVBox extends QHBox

Constructor Summary
protected QVBox(Class dummy)
QVBox(QWidget parent, String name, int f)
QVBox(QWidget parent, String name)
QVBox(QWidget parent)
QVBox()
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

QVBox

protected QVBox(Class dummy)

QVBox

public QVBox(QWidget parent, String name, int f)

QVBox

public QVBox(QWidget parent, String name)

QVBox

public QVBox(QWidget parent)

QVBox

public QVBox()

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)