public class QSpacerItem: QLayoutItem, System.IDisposable
System.Object
QtSupport
QLayoutItem
QSpacerItemThis type implements System.IDisposable.
Qt Namespace
QSpacerItem Constructors
QSpacerItem(int, int, SizeType, SizeType) Constructor
QSpacerItem(int, int) Constructor
QSpacerItem(int, int, SizeType) Constructor
QSpacerItem(void *) Constructor
QSpacerItem Methods
QSpacerItem.ChangeSize(int, int, SizeType, SizeType) Method
QSpacerItem.ChangeSize(int, int) Method
QSpacerItem.ChangeSize(int, int, SizeType) Method
QSpacerItem.Expanding Method
QSpacerItem.Finalize Method
QSpacerItem.Geometry Method
QSpacerItem.IsEmpty Method
QSpacerItem.MaximumSize Method
QSpacerItem.MinimumSize Method
QSpacerItem.SetGeometry Method
QSpacerItem.SizeHint Method
QSpacerItem.SpacerItem Method
public void QSpacerItem(int w, int h, SizeType hData, SizeType vData);
Qt.QSpacerItem Class, Qt Namespace
public void QSpacerItem(int w, int h);
Qt.QSpacerItem Class, Qt Namespace
public void QSpacerItem(int w, int h, SizeType hData);
Qt.QSpacerItem Class, Qt Namespace
public void QSpacerItem(void * ptr);
Qt.QSpacerItem Class, Qt Namespace
public void ChangeSize(int w, int h, SizeType hData, SizeType vData);
Qt.QSpacerItem Class, Qt Namespace
public void ChangeSize(int w, int h);
Qt.QSpacerItem Class, Qt Namespace
public void ChangeSize(int w, int h, SizeType hData);
Qt.QSpacerItem Class, Qt Namespace
public ExpandData Expanding();
Qt.QSpacerItem Class, Qt Namespace
protected override void Finalize();
Qt.QSpacerItem Class, Qt Namespace
public Qt.QRect Geometry();
Qt.QSpacerItem Class, Qt Namespace
public bool IsEmpty();
Qt.QSpacerItem Class, Qt Namespace
public Qt.QSize MaximumSize();
Qt.QSpacerItem Class, Qt Namespace
public Qt.QSize MinimumSize();
Qt.QSpacerItem Class, Qt Namespace
public void SetGeometry(Qt.QRect arg1);
Qt.QSpacerItem Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QSpacerItem Class, Qt Namespace
public Qt.QSpacerItem SpacerItem();
Qt.QSpacerItem Class, Qt Namespace