You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ret=QMessageBox.warning(self, self.tr( "Warning" ), self.tr( "The command is still running. \nDo you want terminate it anyway?" ), QMessageBox.Yes|QMessageBox.No)
# called on closing the dialog, stop the process if it's running
131
139
defonClosing(self):
132
-
ifself.process.state() !=QProcess.NotRunning:
133
-
ret=QMessageBox.warning(self, self.tr( "Warning" ), self.tr( "The command is still running. \nDo you want terminate it anyway?" ), QMessageBox.Yes|QMessageBox.No)
0 commit comments