Quote Originally Posted by yumiko View Post
I have a similiar problem.

If I use "QProcess" to invoke an external application, how can I get the winId of that application?
this system call works fine after we start the external program by QProcess : xwininfo -root -all | grep ' " Window Title " ' |awk '{print $1}'

Window title is the running QProcess execution's title