public class QToolBar: QDockWindow, System.IDisposable
System.Object
QtSupport
QObject
QWidget
QFrame
QDockWindow
QToolBarThis type implements System.IDisposable.
Qt Namespace
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
public void QToolBar(System.String label, Qt.QMainWindow arg1, Qt.QWidget arg2, bool newLine, System.String name, Qt.WidgetFlags f);
Qt.QToolBar Class, Qt Namespace
public void QToolBar(Qt.QMainWindow parent, System.String name);
Qt.QToolBar Class, Qt Namespace
public void QToolBar(System.String label, Qt.QMainWindow arg1, Qt.QWidget arg2);
Qt.QToolBar Class, Qt Namespace
public void QToolBar(System.String label, Qt.QMainWindow arg1, Qt.QWidget arg2, bool newLine);
Qt.QToolBar Class, Qt Namespace
public void QToolBar(System.String label, Qt.QMainWindow arg1, Qt.QWidget arg2, bool newLine, System.String name);
Qt.QToolBar Class, Qt Namespace
public void QToolBar();
Qt.QToolBar Class, Qt Namespace
public void QToolBar(Qt.QMainWindow parent);
Qt.QToolBar Class, Qt Namespace
public void QToolBar(void * ptr);
Qt.QToolBar Class, Qt Namespace
public void AddSeparator();
Qt.QToolBar Class, Qt Namespace
public void Clear();
Qt.QToolBar Class, Qt Namespace
protected override void Finalize();
Qt.QToolBar Class, Qt Namespace
public void Hide();
Qt.QToolBar Class, Qt Namespace
public System.String Label();
Qt.QToolBar Class, Qt Namespace
public Qt.QMainWindow MainWindow();
Qt.QToolBar Class, Qt Namespace
public Qt.QSize MinimumSize();
Qt.QToolBar Class, Qt Namespace
public Qt.QSize MinimumSizeHint();
Qt.QToolBar Class, Qt Namespace
public bool Q_event(Qt.QEvent e);
Qt.QToolBar Class, Qt Namespace
public void SetLabel(System.String arg1);
Qt.QToolBar Class, Qt Namespace
public void SetMinimumSize(int minw, int minh);
Qt.QToolBar Class, Qt Namespace
public void SetOrientation(Qt.Orientation o);
Qt.QToolBar Class, Qt Namespace
public void SetStretchableWidget(Qt.QWidget arg1);
Qt.QToolBar Class, Qt Namespace
public void Show();
Qt.QToolBar Class, Qt Namespace
protected void StyleChange(Qt.QStyle arg1);
Qt.QToolBar Class, Qt Namespace