NamedAction#
Superclasses: ShortcutAction, Object
Activates a named action.
See install_action and
insert_action_group for ways
to associate named actions with widgets.
Constructors#
- class NamedAction
- classmethod new(name: str) NamedAction#
Creates an action that when activated, activates the named action on the widget.
It also passes the given arguments to it.
See
insert_action_groupfor how to add actions to widgets.- Parameters:
name – the detailed name of the action