<div><div>self.sender() never return instance of QProcess in the destroyed slot of QProcess, anyone can explain why ?</div><div><br></div><div>my code almost looks like the following </div><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;"><br></div><div>process = QProcess(self) </div><div>process.destroyed.connect(self.onProcessDestroyed)</div><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;"><br></div></div><div style="color: rgb(0, 0, 0); font-family: arial; font-size: 14px;">def onProcessDestroyed(self):</div><div>    process = self.sender()</div><div>    print('onProcessDestroyed---------', process)</div><!-- jy5ContentSuffix --><br><br><span title="neteasefooter"><p> </p></span>