Is there some way to read the PID of a process started with QProcess.start(...)? QProcess::pid()
returns sip.voidptr
and there's not much I can do with it (or I don't know how).
I want to have the PID to have the possibility to make the window active later on.