Details
-
Bug
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
No Version
-
None
-
* qtwinmigrate 2.8
* Qt 5.4
Description
If the main window of an application with an open non modal QDialog based dialog is minimized, on linux the non modal dialog is minimized too.
This does not work, if the mentioned non modal dialog is based on QWinWidget in a simple win32 application.
A patch for a test case based on the winwidget example showing the issue is appended
How to reproduce:
- apply patch to winwidget example
- compile winwidget example
- start winwidget example
- minimize main window
What happens ?
The additional non modal window is not minimized
What is expected ?
The additional non modal window should be minimized too