I'm trying to create a Qt window on macOS that stays on top of other windows without stealing focus from other applications (like this). I have tried using Qt::Tool and WA_ShowWithoutActivating, however, the window still steals focus when it is shown.
Asked
Active
Viewed 13 times