org.kde.qt

Class QHBox

public class QHBox extends QFrame

Constructor Summary
protected QHBox(Class dummy)
QHBox(QWidget parent, String name, int f)
QHBox(QWidget parent, String name)
QHBox(QWidget parent)
QHBox()
QHBox(boolean horizontal, QWidget parent, String name, int f)
QHBox(boolean horizontal, QWidget parent, String name)
Method Summary
StringclassName()
voiddispose()
Delete the wrapped C++ instance ahead of finalize()
protected voidfinalize()
Deletes the wrapped C++ instance
protected voidframeChanged()
booleanisDisposed()
Has the wrapped C++ instance been deleted?
QMetaObjectmetaObject()
voidsetSpacing(int arg1)
booleansetStretchFactor(QWidget arg1, int stretch)
QSizesizeHint()
static Stringtr(String arg1, String arg2)
static Stringtr(String arg1)

Constructor Detail

QHBox

protected QHBox(Class dummy)

QHBox

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

QHBox

public QHBox(QWidget parent, String name)

QHBox

public QHBox(QWidget parent)

QHBox

public QHBox()

QHBox

public QHBox(boolean horizontal, QWidget parent, String name, int f)

QHBox

public QHBox(boolean horizontal, QWidget parent, String name)

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

frameChanged

protected void frameChanged()

isDisposed

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

metaObject

public QMetaObject metaObject()

setSpacing

public void setSpacing(int arg1)

setStretchFactor

public boolean setStretchFactor(QWidget arg1, int stretch)

sizeHint

public QSize sizeHint()

tr

public static String tr(String arg1, String arg2)

tr

public static String tr(String arg1)