Qt.QVBoxLayout Class

public class QVBoxLayout: QBoxLayout, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QLayout
        QBoxLayout
          QVBoxLayout

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QVBoxLayout Constructors

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

QVBoxLayout Methods

QVBoxLayout.Finalize Method


QVBoxLayout(Qt.QWidget, int, int, System.String) Constructor

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

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(Qt.QLayout, int, System.String) Constructor

public void QVBoxLayout(Qt.QLayout parentLayout, int spacing, System.String name);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(int, System.String) Constructor

public void QVBoxLayout(int spacing, System.String name);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(Qt.QWidget) Constructor

public void QVBoxLayout(Qt.QWidget parent);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(Qt.QWidget, int) Constructor

public void QVBoxLayout(Qt.QWidget parent, int border);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(Qt.QWidget, int, int) Constructor

public void QVBoxLayout(Qt.QWidget parent, int border, int spacing);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(Qt.QLayout) Constructor

public void QVBoxLayout(Qt.QLayout parentLayout);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(Qt.QLayout, int) Constructor

public void QVBoxLayout(Qt.QLayout parentLayout, int spacing);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout() Constructor

public void QVBoxLayout();

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(int) Constructor

public void QVBoxLayout(int spacing);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout(void *) Constructor

public void QVBoxLayout(void * ptr);

See Also

Qt.QVBoxLayout Class, Qt Namespace

QVBoxLayout.Finalize Method

protected override void Finalize();

See Also

Qt.QVBoxLayout Class, Qt Namespace