Details
-
Suggestion
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
No Version
-
None
-
Windows
Description
Windows by default does not allow a window to get into the foreground as designed. However the issue is easy solved by calling the windows API AllowSetForegroundWindow(ASFW_ANY); for example in the constructor of the QtSingleApplication class.