Module implementing an Action class extending QAction.
This extension is necessary in order to support alternate keyboard shortcuts.
None |
ArgumentsError | Class implementing an exception, which is raised, if the wrong number of arguments are given. |
E5Action | Class implementing an Action class extending QAction. |
addActions | Module function to add a list of actions to a widget. |
createActionGroup | Module function to create an action group. |
Class implementing an exception, which is raised, if the wrong number of arguments are given.
None |
None |
ArgumentsError | Constructor |
__repr__ | Special method returning a representation of the exception. |
__str__ | Special method returning a string representation of the exception. |
None |
Constructor
Special method returning a representation of the exception.
Special method returning a string representation of the exception.
Class implementing an Action class extending QAction.
None |
None |
E5Action | Constructor |
__ammendToolTip | Private slot to add the primary keyboard accelerator to the tooltip. |
alternateShortcut | Public method to retrieve the alternative keyboard shortcut. |
setAlternateShortcut | Public slot to set the alternative keyboard shortcut. |
setIconText | Public slot to set the icon text of the action. |
setShortcut | Public slot to set the keyboard shortcut. |
setShortcuts | Public slot to set the list of keyboard shortcuts. |
None |
Constructor
Private slot to add the primary keyboard accelerator to the tooltip.
Public method to retrieve the alternative keyboard shortcut.
Public slot to set the alternative keyboard shortcut.
Public slot to set the icon text of the action.
Public slot to set the keyboard shortcut.
Public slot to set the list of keyboard shortcuts.
Module function to add a list of actions to a widget.
Module function to create an action group.