public class QBoxLayout: QLayout, System.IDisposable
System.Object
QtSupport
QObject
QLayout
QBoxLayoutThis type implements System.IDisposable.
Qt Namespace
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
public void QBoxLayout(Qt.QWidget parent, Direction arg1, int border, int spacing, System.String name);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Qt.QLayout parentLayout, Direction arg1, int spacing, System.String name);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Direction arg1, int spacing, System.String name);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Qt.QWidget parent, Direction arg1);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Qt.QWidget parent, Direction arg1, int border);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Qt.QWidget parent, Direction arg1, int border, int spacing);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Qt.QLayout parentLayout, Direction arg1);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Qt.QLayout parentLayout, Direction arg1, int spacing);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Direction arg1);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(Direction arg1, int spacing);
Qt.QBoxLayout Class, Qt Namespace
public void QBoxLayout(void * ptr);
Qt.QBoxLayout Class, Qt Namespace
public void AddItem(Qt.QLayoutItem arg1);
Qt.QBoxLayout Class, Qt Namespace
public void AddLayout(Qt.QLayout layout, int stretch);
Qt.QBoxLayout Class, Qt Namespace
public void AddLayout(Qt.QLayout layout);
Qt.QBoxLayout Class, Qt Namespace
public void AddSpacing(int size);
Qt.QBoxLayout Class, Qt Namespace
public void AddStretch(int stretch);
Qt.QBoxLayout Class, Qt Namespace
public void AddStretch();
Qt.QBoxLayout Class, Qt Namespace
public void AddStrut(int arg1);
Qt.QBoxLayout Class, Qt Namespace
public void AddWidget(Qt.QWidget arg1, int stretch, int alignment);
Qt.QBoxLayout Class, Qt Namespace
public void AddWidget(Qt.QWidget arg1);
Qt.QBoxLayout Class, Qt Namespace
public void AddWidget(Qt.QWidget arg1, int stretch);
Qt.QBoxLayout Class, Qt Namespace
public ExpandData Expanding();
Qt.QBoxLayout Class, Qt Namespace
protected override void Finalize();
Qt.QBoxLayout Class, Qt Namespace
public int FindWidget(Qt.QWidget w);
Qt.QBoxLayout Class, Qt Namespace
public bool HasHeightForWidth();
Qt.QBoxLayout Class, Qt Namespace
public int HeightForWidth(int arg1);
Qt.QBoxLayout Class, Qt Namespace
protected void InsertItem(int index, Qt.QLayoutItem arg1);
Qt.QBoxLayout Class, Qt Namespace
public void InsertLayout(int index, Qt.QLayout layout, int stretch);
Qt.QBoxLayout Class, Qt Namespace
public void InsertLayout(int index, Qt.QLayout layout);
Qt.QBoxLayout Class, Qt Namespace
public void InsertSpacing(int index, int size);
Qt.QBoxLayout Class, Qt Namespace
public void InsertStretch(int index, int stretch);
Qt.QBoxLayout Class, Qt Namespace
public void InsertStretch(int index);
Qt.QBoxLayout Class, Qt Namespace
public void InsertWidget(int index, Qt.QWidget widget, int stretch, int alignment);
Qt.QBoxLayout Class, Qt Namespace
public void InsertWidget(int index, Qt.QWidget widget);
Qt.QBoxLayout Class, Qt Namespace
public void InsertWidget(int index, Qt.QWidget widget, int stretch);
Qt.QBoxLayout Class, Qt Namespace
public void Invalidate();
Qt.QBoxLayout Class, Qt Namespace
public Qt.QLayoutIterator Iterator();
Qt.QBoxLayout Class, Qt Namespace
public Qt.QSize MaximumSize();
Qt.QBoxLayout Class, Qt Namespace
public Qt.QSize MinimumSize();
Qt.QBoxLayout Class, Qt Namespace
public void SetDirection(Direction arg1);
Qt.QBoxLayout Class, Qt Namespace
public void SetGeometry(Qt.QRect arg1);
Qt.QBoxLayout Class, Qt Namespace
public bool SetStretchFactor(Qt.QWidget arg1, int stretch);
Qt.QBoxLayout Class, Qt Namespace
public bool SetStretchFactor(Qt.QLayout l, int stretch);
Qt.QBoxLayout Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QBoxLayout Class, Qt Namespace
public Direction TheDirection();
Qt.QBoxLayout Class, Qt Namespace