Details
-
Bug
-
Resolution: Cannot Reproduce
-
P3: Somewhat important
-
None
-
5.0.0
-
None
-
Windows 7 x86 and Qt5
Description
I have a QMainWindow with those 3 hints:
Qt::FramelessWindowHint | Qt::WindowMinimizeButtonHint | Qt::WindowSystemMenuHint
If I try to minimize the window with "showMinimized()" the widget will stay visible, in the same position. The only thing that will changes is that the window stops receiving input events until I click on it a few times.
There are no eventFilters nor anything else that might be causing this behavior.
Also, showMaximized() works as expected.
Attachments
Issue Links
- relates to
-
QTBUG-17548 Widget with Qt::FramelessWindowHint and Qt::WA_TranslucentBackground stops painting after minimize/restore
- Closed
-
QTBUG-28531 WA_TranslucentBackground widget issues
- Closed