Qt.QHBox Class

public class QHBox: QFrame, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QHBox

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QHBox Constructors

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

QHBox Methods

QHBox.Finalize Method
QHBox.FrameChanged Method
QHBox.SetSpacing Method
QHBox.SetStretchFactor Method
QHBox.SizeHint Method


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

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

See Also

Qt.QHBox Class, Qt Namespace

QHBox(bool, Qt.QWidget, System.String, Qt.WidgetFlags) Constructor

protected void QHBox(bool horizontal, Qt.QWidget parent, System.String name, Qt.WidgetFlags f);

See Also

Qt.QHBox Class, Qt Namespace

QHBox() Constructor

public void QHBox();

See Also

Qt.QHBox Class, Qt Namespace

QHBox(Qt.QWidget) Constructor

public void QHBox(Qt.QWidget parent);

See Also

Qt.QHBox Class, Qt Namespace

QHBox(Qt.QWidget, System.String) Constructor

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

See Also

Qt.QHBox Class, Qt Namespace

QHBox(bool) Constructor

protected void QHBox(bool horizontal);

See Also

Qt.QHBox Class, Qt Namespace

QHBox(bool, Qt.QWidget) Constructor

protected void QHBox(bool horizontal, Qt.QWidget parent);

See Also

Qt.QHBox Class, Qt Namespace

QHBox(bool, Qt.QWidget, System.String) Constructor

protected void QHBox(bool horizontal, Qt.QWidget parent, System.String name);

See Also

Qt.QHBox Class, Qt Namespace

QHBox(void *) Constructor

public void QHBox(void * ptr);

See Also

Qt.QHBox Class, Qt Namespace

QHBox.Finalize Method

protected override void Finalize();

See Also

Qt.QHBox Class, Qt Namespace

QHBox.FrameChanged Method

protected void FrameChanged();

See Also

Qt.QHBox Class, Qt Namespace

QHBox.SetSpacing Method

public void SetSpacing(int arg1);

See Also

Qt.QHBox Class, Qt Namespace

QHBox.SetStretchFactor Method

public bool SetStretchFactor(Qt.QWidget arg1, int stretch);

See Also

Qt.QHBox Class, Qt Namespace

QHBox.SizeHint Method

public Qt.QSize SizeHint();

See Also

Qt.QHBox Class, Qt Namespace