[Interest] Unexpected behavior with frameless window and taskbar
Alexander Nestorov
alexandernst at gmail.com
Tue Jan 15 09:38:06 CET 2013
This is a copy&paste from a bug report[1] I opened yesterday:
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.
Environment: Windows 7 x86 and Qt5
Is this a real bug or I'm doing something wrong?
[1] https://bugreports.qt-project.org/browse/QTBUG-29109
--
alexandernst
More information about the Interest
mailing list