Qt.QVBox Class

public class QVBox: QHBox, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QHBox
            QVBox

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QVBox Constructors

QVBox(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor
QVBox() Constructor
QVBox(Qt.QWidget) Constructor
QVBox(Qt.QWidget, System.String) Constructor
QVBox(void *) Constructor

QVBox Methods

QVBox.Finalize Method


QVBox(Qt.QWidget, System.String, Qt.WidgetFlags) Constructor

public void QVBox(Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QVBox Class, Qt Namespace

QVBox() Constructor

public void QVBox();

See Also

Qt.QVBox Class, Qt Namespace

QVBox(Qt.QWidget) Constructor

public void QVBox(Qt.QWidget parent);

See Also

Qt.QVBox Class, Qt Namespace

QVBox(Qt.QWidget, System.String) Constructor

public void QVBox(Qt.QWidget parent, System.String name);

See Also

Qt.QVBox Class, Qt Namespace

QVBox(void *) Constructor

public void QVBox(void * ptr);

See Also

Qt.QVBox Class, Qt Namespace

QVBox.Finalize Method

protected override void Finalize();

See Also

Qt.QVBox Class, Qt Namespace