Home · All Classes · Modules

QToolBar Class Reference
[QtGui module]

Inherits QWidget.

Methods

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)

QAction QToolBar.addWidget (self, QWidget)

The QWidget argument has it's ownership transferred to Qt.

Qt.ToolBarAreas QToolBar.allowedAreas (self)

QToolBar.changeEvent (self, QEvent)

QToolBar.childEvent (self, QChildEvent)

QToolBar.clear (self)

bool QToolBar.event (self, QEvent)

QSize QToolBar.iconSize (self)

QToolBar.initStyleOption (self, QStyleOptionToolBar)

QAction QToolBar.insertSeparator (self, QAction)

QAction QToolBar.insertWidget (self, QAction, QWidget)

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)

Qt.Orientation QToolBar.orientation (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)

QToolBar.setToolButtonStyle (self, Qt.ToolButtonStyle)

This method is also a Qt slot with the C++ signature void setToolButtonStyle(Qt::ToolButtonStyle).

QAction QToolBar.toggleViewAction (self)

Qt.ToolButtonStyle QToolBar.toolButtonStyle (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.


PyQt 4.8 for X11Copyright © Riverbank Computing Ltd and Nokia 2010Qt 4.7.0