How to resize and move a window of 1 Qproccess
Unsolved
Qt Creator and other tools
-
Hi Everyone!
How to resize and move a window of 1 Qproccess?QStringList args; QString fileName = "C:\\Program Files (x86)\\Mozilla Firefox\\firefox.exe"; QProcess *process2 = new QProcess(); process2->start(fileName, args); // "Move and resize(width, height) of firefox"
Sorry!. I am not good at English.
-
When the process you execute doesn't have an interface for it it's not possible.