Qt.QBoxLayout Class

public class QBoxLayout: QLayout, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QLayout
        QBoxLayout

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QBoxLayout Constructors

QBoxLayout(Qt.QWidget, Direction, int, int, System.String) Constructor
QBoxLayout(Qt.QLayout, Direction, int, System.String) Constructor
QBoxLayout(Direction, int, System.String) Constructor
QBoxLayout(Qt.QWidget, Direction) Constructor
QBoxLayout(Qt.QWidget, Direction, int) Constructor
QBoxLayout(Qt.QWidget, Direction, int, int) Constructor
QBoxLayout(Qt.QLayout, Direction) Constructor
QBoxLayout(Qt.QLayout, Direction, int) Constructor
QBoxLayout(Direction) Constructor
QBoxLayout(Direction, int) Constructor
QBoxLayout(void *) Constructor

QBoxLayout Methods

QBoxLayout.AddItem Method
QBoxLayout.AddLayout(Qt.QLayout, int) Method
QBoxLayout.AddLayout(Qt.QLayout) Method
QBoxLayout.AddSpacing Method
QBoxLayout.AddStretch(int) Method
QBoxLayout.AddStretch() Method
QBoxLayout.AddStrut Method
QBoxLayout.AddWidget(Qt.QWidget, int, int) Method
QBoxLayout.AddWidget(Qt.QWidget) Method
QBoxLayout.AddWidget(Qt.QWidget, int) Method
QBoxLayout.Expanding Method
QBoxLayout.Finalize Method
QBoxLayout.FindWidget Method
QBoxLayout.HasHeightForWidth Method
QBoxLayout.HeightForWidth Method
QBoxLayout.InsertItem Method
QBoxLayout.InsertLayout(int, Qt.QLayout, int) Method
QBoxLayout.InsertLayout(int, Qt.QLayout) Method
QBoxLayout.InsertSpacing Method
QBoxLayout.InsertStretch(int, int) Method
QBoxLayout.InsertStretch(int) Method
QBoxLayout.InsertWidget(int, Qt.QWidget, int, int) Method
QBoxLayout.InsertWidget(int, Qt.QWidget) Method
QBoxLayout.InsertWidget(int, Qt.QWidget, int) Method
QBoxLayout.Invalidate Method
QBoxLayout.Iterator Method
QBoxLayout.MaximumSize Method
QBoxLayout.MinimumSize Method
QBoxLayout.SetDirection Method
QBoxLayout.SetGeometry Method
QBoxLayout.SetStretchFactor(Qt.QWidget, int) Method
QBoxLayout.SetStretchFactor(Qt.QLayout, int) Method
QBoxLayout.SizeHint Method
QBoxLayout.TheDirection Method


QBoxLayout(Qt.QWidget, Direction, int, int, System.String) Constructor

public void QBoxLayout(Qt.QWidget parent, Direction arg1, int border, int spacing, System.String name);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Qt.QLayout, Direction, int, System.String) Constructor

public void QBoxLayout(Qt.QLayout parentLayout, Direction arg1, int spacing, System.String name);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Direction, int, System.String) Constructor

public void QBoxLayout(Direction arg1, int spacing, System.String name);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Qt.QWidget, Direction) Constructor

public void QBoxLayout(Qt.QWidget parent, Direction arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Qt.QWidget, Direction, int) Constructor

public void QBoxLayout(Qt.QWidget parent, Direction arg1, int border);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Qt.QWidget, Direction, int, int) Constructor

public void QBoxLayout(Qt.QWidget parent, Direction arg1, int border, int spacing);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Qt.QLayout, Direction) Constructor

public void QBoxLayout(Qt.QLayout parentLayout, Direction arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Qt.QLayout, Direction, int) Constructor

public void QBoxLayout(Qt.QLayout parentLayout, Direction arg1, int spacing);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Direction) Constructor

public void QBoxLayout(Direction arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(Direction, int) Constructor

public void QBoxLayout(Direction arg1, int spacing);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout(void *) Constructor

public void QBoxLayout(void * ptr);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddItem Method

public void AddItem(Qt.QLayoutItem arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddLayout(Qt.QLayout, int) Method

public void AddLayout(Qt.QLayout layout, int stretch);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddLayout(Qt.QLayout) Method

public void AddLayout(Qt.QLayout layout);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddSpacing Method

public void AddSpacing(int size);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddStretch(int) Method

public void AddStretch(int stretch);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddStretch() Method

public void AddStretch();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddStrut Method

public void AddStrut(int arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddWidget(Qt.QWidget, int, int) Method

public void AddWidget(Qt.QWidget arg1, int stretch, int alignment);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddWidget(Qt.QWidget) Method

public void AddWidget(Qt.QWidget arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.AddWidget(Qt.QWidget, int) Method

public void AddWidget(Qt.QWidget arg1, int stretch);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.Expanding Method

public ExpandData Expanding();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.Finalize Method

protected override void Finalize();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.FindWidget Method

public int FindWidget(Qt.QWidget w);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.HasHeightForWidth Method

public bool HasHeightForWidth();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.HeightForWidth Method

public int HeightForWidth(int arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertItem Method

protected void InsertItem(int index, Qt.QLayoutItem arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertLayout(int, Qt.QLayout, int) Method

public void InsertLayout(int index, Qt.QLayout layout, int stretch);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertLayout(int, Qt.QLayout) Method

public void InsertLayout(int index, Qt.QLayout layout);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertSpacing Method

public void InsertSpacing(int index, int size);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertStretch(int, int) Method

public void InsertStretch(int index, int stretch);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertStretch(int) Method

public void InsertStretch(int index);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertWidget(int, Qt.QWidget, int, int) Method

public void InsertWidget(int index, Qt.QWidget widget, int stretch, int alignment);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertWidget(int, Qt.QWidget) Method

public void InsertWidget(int index, Qt.QWidget widget);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.InsertWidget(int, Qt.QWidget, int) Method

public void InsertWidget(int index, Qt.QWidget widget, int stretch);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.Invalidate Method

public void Invalidate();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.Iterator Method

public Qt.QLayoutIterator Iterator();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.MaximumSize Method

public Qt.QSize MaximumSize();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.MinimumSize Method

public Qt.QSize MinimumSize();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.SetDirection Method

public void SetDirection(Direction arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.SetGeometry Method

public void SetGeometry(Qt.QRect arg1);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.SetStretchFactor(Qt.QWidget, int) Method

public bool SetStretchFactor(Qt.QWidget arg1, int stretch);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.SetStretchFactor(Qt.QLayout, int) Method

public bool SetStretchFactor(Qt.QLayout l, int stretch);

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QBoxLayout Class, Qt Namespace

QBoxLayout.TheDirection Method

public Direction TheDirection();

See Also

Qt.QBoxLayout Class, Qt Namespace