public class QLayout: QObject, System.IDisposable, IQLayoutItem
System.Object
QtSupport
QObject
QLayoutThis type implements System.IDisposable and IQLayoutItem.
Qt Namespace
QLayout Constructors
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
public void QLayout(void * ptr);
Qt.QLayout Class, Qt Namespace
public bool Activate();
Qt.QLayout Class, Qt Namespace
public void Add(Qt.QWidget w);
Qt.QLayout Class, Qt Namespace
public void AddItem(Qt.QLayoutItem arg1);
Qt.QLayout Class, Qt Namespace
public int Alignment();
Qt.QLayout Class, Qt Namespace
public bool AutoAdd();
Qt.QLayout Class, Qt Namespace
public int DefaultBorder();
Qt.QLayout Class, Qt Namespace
public ExpandData Expanding();
Qt.QLayout Class, Qt Namespace
protected override void Finalize();
Qt.QLayout Class, Qt Namespace
public void Freeze(int w, int h);
Qt.QLayout Class, Qt Namespace
public void Freeze();
Qt.QLayout Class, Qt Namespace
public Qt.QRect Geometry();
Qt.QLayout Class, Qt Namespace
public bool HasHeightForWidth();
Qt.QLayout Class, Qt Namespace
public int HeightForWidth(int arg1);
Qt.QLayout Class, Qt Namespace
public void Invalidate();
Qt.QLayout Class, Qt Namespace
public bool IsEmpty();
Qt.QLayout Class, Qt Namespace
public bool IsEnabled();
Qt.QLayout Class, Qt Namespace
public bool IsTopLevel();
Qt.QLayout Class, Qt Namespace
public Qt.QLayoutIterator Iterator();
Qt.QLayout Class, Qt Namespace
public Qt.QLayout Layout();
Qt.QLayout Class, Qt Namespace
public Qt.QWidget MainWidget();
Qt.QLayout Class, Qt Namespace
public int Margin();
Qt.QLayout Class, Qt Namespace
public Qt.QSize MaximumSize();
Qt.QLayout Class, Qt Namespace
public Qt.QMenuBar MenuBar();
Qt.QLayout Class, Qt Namespace
public Qt.QSize MinimumSize();
Qt.QLayout Class, Qt Namespace
public void * QLayoutItem();
Qt.QLayout Class, Qt Namespace
public void SetAlignment(int a);
Qt.QLayout Class, Qt Namespace
public void SetAutoAdd(bool arg1);
Qt.QLayout Class, Qt Namespace
public void SetEnabled(bool arg1);
Qt.QLayout Class, Qt Namespace
public void SetGeometry(Qt.QRect arg1);
Qt.QLayout Class, Qt Namespace
public void SetMargin(int arg1);
Qt.QLayout Class, Qt Namespace
public void SetMenuBar(Qt.QMenuBar w);
Qt.QLayout Class, Qt Namespace
public void SetResizeMode(ResizeMode arg1);
Qt.QLayout Class, Qt Namespace
public void SetSpacing(int arg1);
Qt.QLayout Class, Qt Namespace
public Qt.QSize SizeHint();
Qt.QLayout Class, Qt Namespace
public Qt.QSpacerItem SpacerItem();
Qt.QLayout Class, Qt Namespace
public int Spacing();
Qt.QLayout Class, Qt Namespace
public bool SupportsMargin();
Qt.QLayout Class, Qt Namespace
public ResizeMode TheResizeMode();
Qt.QLayout Class, Qt Namespace
public int TotalHeightForWidth(int w);
Qt.QLayout Class, Qt Namespace
public Qt.QSize TotalMaximumSize();
Qt.QLayout Class, Qt Namespace
public Qt.QSize TotalMinimumSize();
Qt.QLayout Class, Qt Namespace
public Qt.QSize TotalSizeHint();
Qt.QLayout Class, Qt Namespace
public Qt.QWidget Widget();
Qt.QLayout Class, Qt Namespace