Table Of Contents

Previous topic

QShortcutEvent

Next topic

QFileOpenEvent

QToolBarChangeEvent

Inheritance diagram of QToolBarChangeEvent

Synopsis

Functions

Detailed Description

The PySide.QtGui.QToolBarChangeEvent class provides an event that is sent whenever a the toolbar button is clicked on Mac OS X.

The PySide.QtGui.QToolBarChangeEvent is sent when the toolbar button is clicked. On Mac OS X, this is the long oblong button on the right side of the window title bar. The default implementation is to toggle the appearance (hidden or shown) of the associated toolbars for the window.

class PySide.QtGui.QToolBarChangeEvent(t)
Parameters:tPySide.QtCore.bool

Construct a PySide.QtGui.QToolBarChangeEvent given the current button state in state .

PySide.QtGui.QToolBarChangeEvent.toggle()
Return type:PySide.QtCore.bool