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 |