63 @pyqtSlot(str) |
63 @pyqtSlot(str) |
64 def on_patchFilePicker_textChanged(self, txt): |
64 def on_patchFilePicker_textChanged(self, txt): |
65 """ |
65 """ |
66 Private slot to react on changes of the patch file edit. |
66 Private slot to react on changes of the patch file edit. |
67 |
67 |
68 @param txt contents of the line edit (string) |
68 @param txt contents of the line edit |
|
69 @type str |
69 """ |
70 """ |
70 self.__updateOK() |
71 self.__updateOK() |
71 |
72 |
72 def getParameters(self): |
73 def getParameters(self): |
73 """ |
74 """ |