Module ToolBar
source code
Overview
This module adds the toolbar, a quicker and easier way for users to
access the functions that they need. Currently the toolbar is
customizeable trhough the Preferences module. It is allows the user to
add any combination of packages to the toolbar. A package added to the
toolbar adds all of the actions from that package with it. While there
certainly could be a higher degree of flexibility, allowing a user to
manually edit whether they want every single menu option on their
toolbar would be tedious.
|
ToolBar
This class is the Basin Client's ToolBar.
|
|
PYQT_VERSION = 262913
|
|
PYQT_VERSION_STR = ' 4.3.1 '
|
|
QT_VERSION = 262659
|
|
QT_VERSION_STR = ' 4.2.3 '
|
|
QtCriticalMsg = 2
|
|
QtDebugMsg = 0
|
|
QtFatalMsg = 3
|
|
QtSystemMsg = 2
|
|
QtWarningMsg = 1
|
|
qApp = <PyQt4.QtGui.QApplication object at 0x405682ac>
|