Hi,
I need to launch a program from an application and exit the application leaving the launched program running on its own. How do I accomplish this using Qt?
Thanks,
Jim
Hi,
I need to launch a program from an application and exit the application leaving the launched program running on its own. How do I accomplish this using Qt?
Thanks,
Jim
You can try with QProcess:
http://doc.trolltech.com/4.6/qprocess.html