|
None
|
action(self)
Get the action associated with this menu item. |
|
|
|
String
|
icon(self)
Returns the name of the icon on this menu item as path of the icon. |
|
|
|
None
|
invoke(self)
Perform the action associated with this menu item. |
|
|
|
String
|
name(self)
Returns the name of the menu item. |
|
|
|
String
|
script(self)
Returns the script that gets executed for this menu item. |
|
|
|
None
|
setEnabled(self,
enabled,
recursive)
Enable or disable the item. |
|
|
|
None
|
setIcon(self,
icon)
Set the icon on this menu item. |
|
|
|
None
|
setScript(self,
script)
Set the script to be executed for this menu item. |
|
|
|
None
|
setShortcut(self,
keySequence)
Set the keyboard shortcut on this menu item. |
|
|
|
None
|
|
|
String
|
shortcut(self)
Returns the keyboard shortcut on this menu item. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__init__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|