Preferences/ShortcutDialog.py

branch
Py2 comp.
changeset 3060
5883ce99ee12
parent 3058
0a02c433f52d
parent 3038
7fe9a53280bd
child 3145
a9de05d4a22f
equal deleted inserted replaced
3058:0a02c433f52d 3060:5883ce99ee12
81 """ 81 """
82 Private slot to handle the OK button press. 82 Private slot to handle the OK button press.
83 """ 83 """
84 self.hide() 84 self.hide()
85 self.shortcutChanged.emit( 85 self.shortcutChanged.emit(
86 QKeySequence(self.keyEdit.text()), 86 QKeySequence(self.keyEdit.text()),
87 QKeySequence(self.alternateKeyEdit.text()), 87 QKeySequence(self.alternateKeyEdit.text()),
88 self.noCheck, self.objectType) 88 self.noCheck, self.objectType)
89 89
90 def __clear(self): 90 def __clear(self):
91 """ 91 """
92 Private slot to handle the Clear button press. 92 Private slot to handle the Clear button press.
93 """ 93 """

eric ide

mercurial