197 self.raise_() |
197 self.raise_() |
198 |
198 |
199 self.logTree.clear() |
199 self.logTree.clear() |
200 self.__getLogEntries() |
200 self.__getLogEntries() |
201 |
201 |
|
202 @pyqtSlot(int, QProcess.ExitStatus) |
202 def __procFinished(self, exitCode, exitStatus): |
203 def __procFinished(self, exitCode, exitStatus): |
203 """ |
204 """ |
204 Private slot connected to the finished signal. |
205 Private slot connected to the finished signal. |
205 |
206 |
206 @param exitCode exit code of the process (integer) |
207 @param exitCode exit code of the process (integer) |