hello,

Im using Qprocess to start and application from GUI.

process->start("mpirun -np 12 -machinefile nodesfile myapp.exe");

is there any way that i can use to stop myapp.exe from the gui ???

i used process.terminate(); but it does not work.

Please anyhelp on how can i stop this application from GUI.

thanks