138 |
138 |
139 @param exitCode exit code of the process (integer) |
139 @param exitCode exit code of the process (integer) |
140 @param exitStatus exit status of the process (QProcess.ExitStatus) |
140 @param exitStatus exit status of the process (QProcess.ExitStatus) |
141 """ |
141 """ |
142 self.inputGroup.setEnabled(False) |
142 self.inputGroup.setEnabled(False) |
|
143 self.inputGroup.hide() |
143 |
144 |
144 self.contents.clear() |
145 self.contents.clear() |
145 |
146 |
146 lvers = 1 |
147 lvers = 1 |
147 for s in self.buf: |
148 for s in self.buf: |