Qt.IQLayoutItem Interface

public abstract interface IQLayoutItem

See Also

Qt Namespace

Members

IQLayoutItem Methods

IQLayoutItem.Alignment Method
IQLayoutItem.HasHeightForWidth Method
IQLayoutItem.HeightForWidth Method
IQLayoutItem.QLayoutItem Method
IQLayoutItem.SetAlignment Method
IQLayoutItem.SizeHint Method
IQLayoutItem.SpacerItem Method
IQLayoutItem.Widget Method


IQLayoutItem.Alignment Method

public virtual abstract int Alignment();

See Also

Qt.IQLayoutItem Interface, Qt Namespace

IQLayoutItem.HasHeightForWidth Method

public virtual abstract bool HasHeightForWidth();

See Also

Qt.IQLayoutItem Interface, Qt Namespace

IQLayoutItem.HeightForWidth Method

public virtual abstract int HeightForWidth(int arg1);

See Also

Qt.IQLayoutItem Interface, Qt Namespace

IQLayoutItem.QLayoutItem Method

public virtual abstract void * QLayoutItem();

See Also

Qt.IQLayoutItem Interface, Qt Namespace

IQLayoutItem.SetAlignment Method

public virtual abstract void SetAlignment(int a);

See Also

Qt.IQLayoutItem Interface, Qt Namespace

IQLayoutItem.SizeHint Method

public virtual abstract Qt.QSize SizeHint();

See Also

Qt.IQLayoutItem Interface, Qt Namespace

IQLayoutItem.SpacerItem Method

public virtual abstract Qt.QSpacerItem SpacerItem();

See Also

Qt.IQLayoutItem Interface, Qt Namespace

IQLayoutItem.Widget Method

public virtual abstract Qt.QWidget Widget();

See Also

Qt.IQLayoutItem Interface, Qt Namespace