Hello everyone, I've a Qt application when is lunched, execute onther Qt application as a process. I've proceded like :
Qt Code:
  1. QProcess::startDetached("UpdaterApp.exe");
To copy to clipboard, switch view to plain text mode 
.
In the menu, I've an icone which lets to the user to lunch the second application. Before I lunch it, I verify if the application is lunched or not. If it is working, I want to show the dialog application.
Can anyone tell me if is possible to do this. If yes, how I must to proceed.
Many thanks in advance.
Best regards.