I have the process A, it started the process B at begining of program using QProcess. And now, I want that when I click a button in the process A, the process B (running) will be activated immediately. Has any way to do that?
Thanks for reading.