PDA

View Full Version : starting QProcess in a different name(other than the program from where it is called)



sattu
30th August 2013, 15:48
Hi everyone,

When I start a QProcess from any of my program it starts with the name of the program itself. Say my program name is "MyProgram". Each and every time I start a QProcess from inside it, it starts another process whose name is also "MyProgram". Is it possible to start QProcess under a different name?


-Thanks,
Sattu

Santosh Reddy
31st August 2013, 11:59
No, it is not possible. Why do you want to change it, you can always have the QProcess handle and identify them.