src/eric7/PipInterface/PipDialog.py

branch
eric7
changeset 10069
435cc5875135
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10068:7febcdccb2a1 10069:435cc5875135
107 if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close): 107 if button == self.buttonBox.button(QDialogButtonBox.StandardButton.Close):
108 self.close() 108 self.close()
109 elif button == self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel): 109 elif button == self.buttonBox.button(QDialogButtonBox.StandardButton.Cancel):
110 self.__cancel() 110 self.__cancel()
111 111
112 @pyqtSlot(int, QProcess.ExitStatus)
112 def __procFinished(self, exitCode, exitStatus): 113 def __procFinished(self, exitCode, exitStatus):
113 """ 114 """
114 Private slot connected to the finished signal. 115 Private slot connected to the finished signal.
115 116
116 @param exitCode exit code of the process 117 @param exitCode exit code of the process

eric ide

mercurial