21 from Preferences import Shortcuts |
21 from Preferences import Shortcuts |
22 |
22 |
23 |
23 |
24 class ShortcutsDialog(QDialog, Ui_ShortcutsDialog): |
24 class ShortcutsDialog(QDialog, Ui_ShortcutsDialog): |
25 """ |
25 """ |
26 Class implementing a dialog for the configuration of eric4s keyboard shortcuts. |
26 Class implementing a dialog for the configuration of eric5s keyboard shortcuts. |
27 """ |
27 """ |
28 objectNameRole = Qt.UserRole |
28 objectNameRole = Qt.UserRole |
29 noCheckRole = Qt.UserRole + 1 |
29 noCheckRole = Qt.UserRole + 1 |
30 objectTypeRole = Qt.UserRole + 2 |
30 objectTypeRole = Qt.UserRole + 2 |
31 |
31 |