org.kde.qt

Class QHBoxLayout

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
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

QHBoxLayout

protected QHBoxLayout(Class dummy)

QHBoxLayout

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

QHBoxLayout

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

QHBoxLayout

public QHBoxLayout(QWidget parent, int border)

QHBoxLayout

public QHBoxLayout(QWidget parent)

QHBoxLayout

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

QHBoxLayout

public QHBoxLayout(QLayout parentLayout, int spacing)

QHBoxLayout

public QHBoxLayout(QLayout parentLayout)

QHBoxLayout

public QHBoxLayout(int spacing, String name)

QHBoxLayout

public QHBoxLayout(int spacing)

QHBoxLayout

public QHBoxLayout()

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)