src/eric7/MicroPython/ConvertToUF2Dialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9915
fd5ff16632cb
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
161 ) 161 )
162 self.outputEdit.insertPlainText(self.tr("--- ERROR ---\n")) 162 self.outputEdit.insertPlainText(self.tr("--- ERROR ---\n"))
163 self.outputEdit.insertPlainText(out) 163 self.outputEdit.insertPlainText(out)
164 self.outputEdit.ensureCursorVisible() 164 self.outputEdit.ensureCursorVisible()
165 165
166 @pyqtSlot(int, QProcess.ExitStatus)
166 def __conversionFinished(self, exitCode, exitStatus): 167 def __conversionFinished(self, exitCode, exitStatus):
167 """ 168 """
168 Private slot handling the end of the conversion process. 169 Private slot handling the end of the conversion process.
169 170
170 @param exitCode exit code of the process 171 @param exitCode exit code of the process

eric ide

mercurial