Qt.QHBoxLayout Class

public class QHBoxLayout: QBoxLayout, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QLayout
        QBoxLayout
          QHBoxLayout

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QHBoxLayout Constructors

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

QHBoxLayout Methods

QHBoxLayout.Finalize Method


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

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

See Also

Qt.QHBoxLayout Class, Qt Namespace

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

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

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout(int, System.String) Constructor

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

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout(Qt.QWidget) Constructor

public void QHBoxLayout(Qt.QWidget parent);

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout(Qt.QWidget, int) Constructor

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

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout(Qt.QWidget, int, int) Constructor

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

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout(Qt.QLayout) Constructor

public void QHBoxLayout(Qt.QLayout parentLayout);

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout(Qt.QLayout, int) Constructor

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

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout() Constructor

public void QHBoxLayout();

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout(int) Constructor

public void QHBoxLayout(int spacing);

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout(void *) Constructor

public void QHBoxLayout(void * ptr);

See Also

Qt.QHBoxLayout Class, Qt Namespace

QHBoxLayout.Finalize Method

protected override void Finalize();

See Also

Qt.QHBoxLayout Class, Qt Namespace