Hi to all,
I would execute many times ( let say 10 times ) the same shell-based program from my Qt-application.
So I know that I can use QProcess to achieve my needs.
I think to put in a loop the call to the external program passing every time a new argument.
My doubt is this: when the external program finish, the process get destroyed?
In brief, I have to create every time a new process or can I use always the same with different arguments?
Thankx.
Regards
Bookmarks