Preferences/ShortcutsDialog.py

changeset 15
f6ccc31d6e72
parent 13
1af94a91f439
child 53
c3eb7cc1ff8b
equal deleted inserted replaced
14:092aa8fafa4e 15:f6ccc31d6e72
2 2
3 # Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de> 3 # Copyright (c) 2003 - 2010 Detlev Offenbach <detlev@die-offenbachs.de>
4 # 4 #
5 5
6 """ 6 """
7 Module implementing a dialog for the configuration of eric4s keyboard shortcuts. 7 Module implementing a dialog for the configuration of eric5s keyboard shortcuts.
8 """ 8 """
9 9
10 from PyQt4.QtCore import * 10 from PyQt4.QtCore import *
11 from PyQt4.QtGui import * 11 from PyQt4.QtGui import *
12 12
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

eric ide

mercurial