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 """ |