Module implementing a dialog for the configuration of eric6's keyboard shortcuts.
None |
ShortcutsDialog | Class implementing a dialog for the configuration of eric6's keyboard shortcuts. |
None |
Class implementing a dialog for the configuration of eric6's keyboard shortcuts.
noCheckRole |
objectNameRole |
objectTypeRole |
None |
ShortcutsDialog | Constructor |
__checkShortcut | Private method to check a keysequence for uniqueness. |
__generateCategoryItem | Private method to generate a category item. |
__generateShortcutItem | Private method to generate a keyboard shortcut item. |
__resizeColumns | Private method to resize the list columns. |
__resort | Private method to resort the tree. |
__saveCategoryActions | Private method to save the actions for a category. |
__shortcutChanged | Private slot to handle the shortcutChanged signal of the shortcut dialog. |
on_actionButton_toggled | Private slot called, when the action radio button is toggled. |
on_buttonBox_accepted | Private slot to handle the OK button press. |
on_searchEdit_textChanged | Private slot called, when the text in the search edit changes. |
on_shortcutButton_toggled | Private slot called, when the shortcuts radio button is toggled. |
on_shortcutsList_itemChanged | Private slot to handle the edit of a shortcut key. |
on_shortcutsList_itemClicked | Private slot to handle a click in the shortcuts list. |
on_shortcutsList_itemDoubleClicked | Private slot to handle a double click in the shortcuts list. |
populate | Public method to populate the dialog. |
None |
Constructor
Private method to check a keysequence for uniqueness.
Private method to generate a category item.
Private method to generate a keyboard shortcut item.
Private method to resize the list columns.
Private method to resort the tree.
Private method to save the actions for a category.
Private slot to handle the shortcutChanged signal of the shortcut dialog.
Private slot called, when the action radio button is toggled.
Private slot to handle the OK button press.
Private slot called, when the text in the search edit changes.
Private slot called, when the shortcuts radio button is toggled.
Private slot to handle the edit of a shortcut key.
Private slot to handle a click in the shortcuts list.
Private slot to handle a double click in the shortcuts list.
Public method to populate the dialog.