Hello Guys,

I am using Qprocess to start an application, which will run for long time.

but i want to be able to kill this application after i start it, i tried to kill my Qprocess that i used to start that application but that did not work
as the Qprocess will has its own process and the application has different process after i start it.

i tried to use the pid(), but its the same too, where the pid() i get is the process id for the Qprocess not the application.

so could you please help me who can reach the application process and how can i kill it ??

Thank you