Qt.QLayout Class

public class QLayout: QObject, System.IDisposable, IQLayoutItem

Base Types

System.Object
  QtSupport
    QObject
      QLayout

This type implements System.IDisposable and IQLayoutItem.

See Also

Qt Namespace

Members

QLayout Constructors

QLayout Constructor

QLayout Methods

QLayout.Activate Method
QLayout.Add Method
QLayout.AddItem Method
QLayout.Alignment Method
QLayout.AutoAdd Method
QLayout.DefaultBorder Method
QLayout.Expanding Method
QLayout.Finalize Method
QLayout.Freeze(int, int) Method
QLayout.Freeze() Method
QLayout.Geometry Method
QLayout.HasHeightForWidth Method
QLayout.HeightForWidth Method
QLayout.Invalidate Method
QLayout.IsEmpty Method
QLayout.IsEnabled Method
QLayout.IsTopLevel Method
QLayout.Iterator Method
QLayout.Layout Method
QLayout.MainWidget Method
QLayout.Margin Method
QLayout.MaximumSize Method
QLayout.MenuBar Method
QLayout.MinimumSize Method
QLayout.QLayoutItem Method
QLayout.SetAlignment Method
QLayout.SetAutoAdd Method
QLayout.SetEnabled Method
QLayout.SetGeometry Method
QLayout.SetMargin Method
QLayout.SetMenuBar Method
QLayout.SetResizeMode Method
QLayout.SetSpacing Method
QLayout.SizeHint Method
QLayout.SpacerItem Method
QLayout.Spacing Method
QLayout.SupportsMargin Method
QLayout.TheResizeMode Method
QLayout.TotalHeightForWidth Method
QLayout.TotalMaximumSize Method
QLayout.TotalMinimumSize Method
QLayout.TotalSizeHint Method
QLayout.Widget Method


QLayout Constructor

public void QLayout(void * ptr);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Activate Method

public bool Activate();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Add Method

public void Add(Qt.QWidget w);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.AddItem Method

public void AddItem(Qt.QLayoutItem arg1);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Alignment Method

public int Alignment();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.AutoAdd Method

public bool AutoAdd();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.DefaultBorder Method

public int DefaultBorder();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Expanding Method

public ExpandData Expanding();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Finalize Method

protected override void Finalize();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Freeze(int, int) Method

public void Freeze(int w, int h);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Freeze() Method

public void Freeze();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Geometry Method

public Qt.QRect Geometry();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.HasHeightForWidth Method

public bool HasHeightForWidth();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.HeightForWidth Method

public int HeightForWidth(int arg1);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Invalidate Method

public void Invalidate();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.IsEmpty Method

public bool IsEmpty();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.IsEnabled Method

public bool IsEnabled();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.IsTopLevel Method

public bool IsTopLevel();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Iterator Method

public Qt.QLayoutIterator Iterator();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Layout Method

public Qt.QLayout Layout();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.MainWidget Method

public Qt.QWidget MainWidget();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Margin Method

public int Margin();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.MaximumSize Method

public Qt.QSize MaximumSize();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.MenuBar Method

public Qt.QMenuBar MenuBar();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.MinimumSize Method

public Qt.QSize MinimumSize();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.QLayoutItem Method

public void * QLayoutItem();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SetAlignment Method

public void SetAlignment(int a);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SetAutoAdd Method

public void SetAutoAdd(bool arg1);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SetEnabled Method

public void SetEnabled(bool arg1);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SetGeometry Method

public void SetGeometry(Qt.QRect arg1);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SetMargin Method

public void SetMargin(int arg1);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SetMenuBar Method

public void SetMenuBar(Qt.QMenuBar w);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SetResizeMode Method

public void SetResizeMode(ResizeMode arg1);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SetSpacing Method

public void SetSpacing(int arg1);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SpacerItem Method

public Qt.QSpacerItem SpacerItem();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Spacing Method

public int Spacing();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.SupportsMargin Method

public bool SupportsMargin();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.TheResizeMode Method

public ResizeMode TheResizeMode();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.TotalHeightForWidth Method

public int TotalHeightForWidth(int w);

See Also

Qt.QLayout Class, Qt Namespace

QLayout.TotalMaximumSize Method

public Qt.QSize TotalMaximumSize();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.TotalMinimumSize Method

public Qt.QSize TotalMinimumSize();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.TotalSizeHint Method

public Qt.QSize TotalSizeHint();

See Also

Qt.QLayout Class, Qt Namespace

QLayout.Widget Method

public Qt.QWidget Widget();

See Also

Qt.QLayout Class, Qt Namespace