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 _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest