Module implementing a dialog for the configuration of eric4s keyboard shortcuts.
ShortcutsDialog | Class implementing a dialog for the configuration of eric4s keyboard shortcuts. |
None |
Class implementing a dialog for the configuration of eric4s keyboard shortcuts.
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_buttonBox_accepted | Private slot to handle the OK button press. |
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. |
showEvent | Public method called when the dialog is about to be shown. |
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 to handle the OK button press.
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 called when the dialog is about to be shown.