Qt.QLayoutItem Class

public class QLayoutItem: QtSupport, System.IDisposable

Base Types

System.Object
  QtSupport
    QLayoutItem

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QLayoutItem Constructors

QLayoutItem Constructor

QLayoutItem Methods

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


QLayoutItem Constructor

public void QLayoutItem(void * ptr);

See Also

Qt.QLayoutItem Class, Qt Namespace

QLayoutItem.Alignment Method

public int Alignment();

See Also

Qt.QLayoutItem Class, Qt Namespace

QLayoutItem.Finalize Method

protected override void Finalize();

See Also

Qt.QLayoutItem Class, Qt Namespace

QLayoutItem.HasHeightForWidth Method

public bool HasHeightForWidth();

See Also

Qt.QLayoutItem Class, Qt Namespace

QLayoutItem.HeightForWidth Method

public int HeightForWidth(int arg1);

See Also

Qt.QLayoutItem Class, Qt Namespace

QLayoutItem.SetAlignment Method

public void SetAlignment(int a);

See Also

Qt.QLayoutItem Class, Qt Namespace

QLayoutItem.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QLayoutItem Class, Qt Namespace

QLayoutItem.SpacerItem Method

public Qt.QSpacerItem SpacerItem();

See Also

Qt.QLayoutItem Class, Qt Namespace

QLayoutItem.Widget Method

public Qt.QWidget Widget();

See Also

Qt.QLayoutItem Class, Qt Namespace