Hi all,
is there a way to check if a process (in my case an exe) is already running before launching it using a QProcess?
Or is there a way in Qt to have an executable as a singleton (one only running process)?
thanks in advance
Bye
Printable View
Hi all,
is there a way to check if a process (in my case an exe) is already running before launching it using a QProcess?
Or is there a way in Qt to have an executable as a singleton (one only running process)?
thanks in advance
Bye
If you are a customer then you can use QtSingleApplication
This might help