In my application I use QProcess to start many processes and each process will open a new window. It is pretty annoying, if all the new opened window is active.
So I wander if there is any prameter or API that I can use to open a window that is inactive. Thank you!