Use this module for adding own actions to the main menu
Shortcuts are configured by appshortcuts plugin
Bases: QMenuBar
Menu bar implementation. Contains actions, managed by ActionManager. Instance is created by MainWindow
Bases: QObject
Class provides text path based access to main menu actions
actionInserted(action)
Signal emitted, when new action has been inserted to the menu
actionChanged(action)
Signal emitted, when some action datahas been changed
actionRemoved(action)
Signal emitted, when action has been removed from the menu
Get action by its path. i.e. actionManager.action(“mFile/mClose/aAll”)
Get action by its path. i.e. actionManager.action(“mFile/mClose/aAll”)
Get action path by reference to action
Reqursive list of existing actions
Add new action to the menu. Returns created QAction object. action might be string text or QAction instance.
Remove action from the menu
Add menu to the main menu or submenu of main menu
Remove menu. If removeEmptyPath is True - remove also empty parent menus
Parent action of the action
List of children of action
Get actions default shortcut
Set actions default shortcut
mainwindow — Main window of the UI. Fills main menu.
workspace — Open documents and manage it
Enter search terms or a module, class or function name.