In MFC, I use ::FindWindow() and ::SendMessage() to send a message/command from a application to an another. But I don't know how to do that in Qt. I read about QProcess but I didn't find out any similar solution.
Can someone help me solve this problem?
Thanks for reading!