Details
-
Suggestion
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.4.0
-
None
Description
There does not seem to be a way in Qt 4.4 to differentiate a minimize event and a virtual desktop switching event. Both are hideEvents with spontaneous()==true and type()==18.
It would be nice if QHideEvent could give more information so developers could handle the different cases.