Home
Trees
Indices
Help
Camelot - The python gui framework
Package camelot ::
Package camelot
::
Package view
:: Module helpers
[
hide private
]
[
frames
] |
no frames
]
Module helpers
source code
collection of helper functions
Functions
[
hide private
]
createAction
(
parent
,
text
,
slot
=
None
,
shortcut
=
'
'
,
actionicon
=
'
'
,
tip
=
'
'
,
checkable
=
False
,
signal
=
'
triggered()
'
,
widgetaction
=
False
)
creates and returns a QAction object
source code
addActions
(
target
,
actions
)
add action objects to menus, menubars, and toolbars if action is None, add a toolbar, however we must explicitly add separator actions in the case of context menus.
source code
Home
Trees
Indices
Help
Camelot - The python gui framework
Generated by Epydoc 3.0.1 on Sat Jan 31 18:49:51 2009
http://epydoc.sourceforge.net