QToolBar Class Reference
[QtGui module]
Inherits QWidget.
Methods
- __init__ (self, QString, QWidget parent = None)
- __init__ (self, QWidget parent = None)
- QAction actionAt (self, QPoint)
- QAction actionAt (self, int, int)
- actionEvent (self, QActionEvent)
- QRect actionGeometry (self, QAction)
- addAction (self, QAction)
- QAction addAction (self, QString)
- QAction addAction (self, QIcon, QString)
- QAction addAction (self, QString, QObject, SLOT()SLOT())
- QAction addAction (self, QString, callable)
- QAction addAction (self, QIcon, QString, QObject, SLOT()SLOT())
- QAction addAction (self, QIcon, QString, callable)
- QAction addSeparator (self)
- QAction addWidget (self, QWidget)
- Qt.ToolBarAreas allowedAreas (self)
- changeEvent (self, QEvent)
- childEvent (self, QChildEvent)
- clear (self)
- bool event (self, QEvent)
- QSize iconSize (self)
- initStyleOption (self, QStyleOptionToolBar)
- QAction insertSeparator (self, QAction)
- QAction insertWidget (self, QAction, QWidget)
- bool isAreaAllowed (self, Qt.ToolBarArea)
- bool isFloatable (self)
- bool isFloating (self)
- bool isMovable (self)
- Qt.Orientation orientation (self)
- paintEvent (self, QPaintEvent)
- resizeEvent (self, QResizeEvent)
- setAllowedAreas (self, Qt.ToolBarAreas)
- setFloatable (self, bool)
- setIconSize (self, QSize)
- setMovable (self, bool)
- setOrientation (self, Qt.Orientation)
- setToolButtonStyle (self, Qt.ToolButtonStyle)
- QAction toggleViewAction (self)
- Qt.ToolButtonStyle toolButtonStyle (self)
- QWidget widgetForAction (self, QAction)
Qt Signals
Detailed Description
Method Documentation
QToolBar.__init__ (self, QString, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QToolBar.__init__ (self, QWidget parent = None)
The parent argument, if not None, causes self to be owned by Qt instead of PyQt.
QAction QToolBar.actionAt (self, QPoint)
QAction QToolBar.actionAt (self, int, int)
QToolBar.actionEvent (self, QActionEvent)
QRect QToolBar.actionGeometry (self, QAction)
QToolBar.addAction (self, QAction)
QAction QToolBar.addAction (self, QString)
QAction QToolBar.addAction (self, QIcon, QString)
QAction QToolBar.addAction (self, QString, QObject, SLOT()SLOT())
QAction QToolBar.addAction (self, QString, callable)
QAction QToolBar.addAction (self, QIcon, QString, QObject, SLOT()SLOT())
QAction QToolBar.addAction (self, QIcon, QString, callable)
QAction QToolBar.addSeparator (self)
The QWidget argument has it's ownership transferred to Qt.
QToolBar.changeEvent (self, QEvent)
QToolBar.childEvent (self, QChildEvent)
QToolBar.clear (self)
bool QToolBar.event (self, QEvent)
QSize QToolBar.iconSize (self)
QAction QToolBar.insertSeparator (self, QAction)
The QWidget argument has it's ownership transferred to Qt.
bool QToolBar.isAreaAllowed (self, Qt.ToolBarArea)
bool QToolBar.isFloatable (self)
bool QToolBar.isFloating (self)
bool QToolBar.isMovable (self)
QToolBar.paintEvent (self, QPaintEvent)
QToolBar.resizeEvent (self, QResizeEvent)
QToolBar.setAllowedAreas (self, Qt.ToolBarAreas)
QToolBar.setFloatable (self, bool)
QToolBar.setIconSize (self, QSize)
This method is also a Qt slot with the C++ signature void setIconSize(const QSize&).
QToolBar.setMovable (self, bool)
QToolBar.setOrientation (self, Qt.Orientation)
This method is also a Qt slot with the C++ signature void setToolButtonStyle(Qt::ToolButtonStyle).
QAction QToolBar.toggleViewAction (self)
QWidget QToolBar.widgetForAction (self, QAction)
Qt Signal Documentation
void actionTriggered (QAction *)
This is the default overload of this signal.
void allowedAreasChanged (Qt::ToolBarAreas)
This is the default overload of this signal.
void iconSizeChanged (const QSize&)
This is the default overload of this signal.
void movableChanged (bool)
This is the default overload of this signal.
void orientationChanged (Qt::Orientation)
This is the default overload of this signal.
void toolButtonStyleChanged (Qt::ToolButtonStyle)
This is the default overload of this signal.
void topLevelChanged (bool)
This is the default overload of this signal.
void visibilityChanged (bool)
This is the default overload of this signal.