Qt.QToolBar Class

public class QToolBar: QDockWindow, System.IDisposable

Base Types

System.Object
  QtSupport
    QObject
      QWidget
        QFrame
          QDockWindow
            QToolBar

This type implements System.IDisposable.

See Also

Qt Namespace

Members

QToolBar Constructors

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

QToolBar Methods

QToolBar.AddSeparator Method
QToolBar.Clear Method
QToolBar.Finalize Method
QToolBar.Hide Method
QToolBar.Label Method
QToolBar.MainWindow Method
QToolBar.MinimumSize Method
QToolBar.MinimumSizeHint Method
QToolBar.Q_event Method
QToolBar.SetLabel Method
QToolBar.SetMinimumSize Method
QToolBar.SetOrientation Method
QToolBar.SetStretchableWidget Method
QToolBar.Show Method
QToolBar.StyleChange Method


QToolBar(System.String, Qt.QMainWindow, Qt.QWidget, bool, System.String, Qt.WidgetFlags) Constructor

public void QToolBar(System.String label, Qt.QMainWindow arg1, Qt.QWidget arg2, bool newLine, System.String name, Qt.WidgetFlags f);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar(Qt.QMainWindow, System.String) Constructor

public void QToolBar(Qt.QMainWindow parent, System.String name);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar(System.String, Qt.QMainWindow, Qt.QWidget) Constructor

public void QToolBar(System.String label, Qt.QMainWindow arg1, Qt.QWidget arg2);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar(System.String, Qt.QMainWindow, Qt.QWidget, bool) Constructor

public void QToolBar(System.String label, Qt.QMainWindow arg1, Qt.QWidget arg2, bool newLine);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar(System.String, Qt.QMainWindow, Qt.QWidget, bool, System.String) Constructor

public void QToolBar(System.String label, Qt.QMainWindow arg1, Qt.QWidget arg2, bool newLine, System.String name);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar() Constructor

public void QToolBar();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar(Qt.QMainWindow) Constructor

public void QToolBar(Qt.QMainWindow parent);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar(void *) Constructor

public void QToolBar(void * ptr);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.AddSeparator Method

public void AddSeparator();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.Clear Method

public void Clear();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.Finalize Method

protected override void Finalize();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.Hide Method

public void Hide();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.Label Method

public System.String Label();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.MainWindow Method

public Qt.QMainWindow MainWindow();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.MinimumSize Method

public Qt.QSize MinimumSize();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.MinimumSizeHint Method

public Qt.QSize MinimumSizeHint();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.Q_event Method

public bool Q_event(Qt.QEvent e);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.SetLabel Method

public void SetLabel(System.String arg1);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.SetMinimumSize Method

public void SetMinimumSize(int minw, int minh);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.SetOrientation Method

public void SetOrientation(Qt.Orientation o);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.SetStretchableWidget Method

public void SetStretchableWidget(Qt.QWidget arg1);

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.Show Method

public void Show();

See Also

Qt.QToolBar Class, Qt Namespace

QToolBar.StyleChange Method

protected void StyleChange(Qt.QStyle arg1);

See Also

Qt.QToolBar Class, Qt Namespace