public abstract interface IQLayoutItem
Qt Namespace
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
public virtual abstract int Alignment();
Qt.IQLayoutItem Interface, Qt Namespace
public virtual abstract bool HasHeightForWidth();
Qt.IQLayoutItem Interface, Qt Namespace
public virtual abstract int HeightForWidth(int arg1);
Qt.IQLayoutItem Interface, Qt Namespace
public virtual abstract void * QLayoutItem();
Qt.IQLayoutItem Interface, Qt Namespace
public virtual abstract void SetAlignment(int a);
Qt.IQLayoutItem Interface, Qt Namespace
public virtual abstract Qt.QSize SizeHint();
Qt.IQLayoutItem Interface, Qt Namespace
public virtual abstract Qt.QSpacerItem SpacerItem();
Qt.IQLayoutItem Interface, Qt Namespace
public virtual abstract Qt.QWidget Widget();
Qt.IQLayoutItem Interface, Qt Namespace