Hi,

What can I do about a QProcess that is still running after the main application has not closed down cleanly.

For example if I start running my application in QtCreator and then hit 'Stop' to terminate the program the external process that I launched using QProcess is still running. Without using killall on the next run what are my options? It is imperative that I don't run multiple instances of this process.

Thanks

H