Way to catch non-QApplication window events ?
-
which platform ? what do you mean by currently active ? Do you want to check only if the another application is running ?
-
which platform ? what do you mean by currently active ? Do you want to check only if the another application is running ?
Ultimately i would have liked it to be cross-platform, but if not possible, windows is my main target.
Now what i want is to catch an eventual event that is triggered when a window (which is not part of the qt app) get and lose focus (activated ?, foreground ?).
While we are at it, i want to be able to create a qt window that would appear on top of the window target, but if i do that the other window will lose focus and then trigger my event, so i need to be able to manage this "conflict".
-
No direct way to do this in Qt. You need to write this on your own.