Details
-
Type:
Suggestion
-
Status: Reported
-
Priority:
Not Evaluated
-
Resolution: Unresolved
-
Affects Version/s: No Version
-
Fix Version/s: None
-
Component/s: Single Application
-
Labels:None
-
Environment:
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.