25:136944186655 | 26:b02d1f37b55e |
---|---|
53 self.__updateUI() | 53 self.__updateUI() |
54 | 54 |
55 @pyqtSlot(str) | 55 @pyqtSlot(str) |
56 def on_methodEdit_textChanged(self, text): | 56 def on_methodEdit_textChanged(self, text): |
57 """ | 57 """ |
58 Private slot to react to changes of the attribute. | 58 Private slot to react to changes of the method. |
59 | 59 |
60 @param text text entered into the edit (string) | 60 @param text text entered into the edit (string) |
61 """ | 61 """ |
62 self.__updateUI() | 62 self.__updateUI() |
63 | 63 |