Details
-
Bug
-
Resolution: Duplicate
-
P1: Critical
-
5.12.5
-
None
-
For Windows 7, it's OK using Aero theme. Not OK using windows classic theme.
Linux version is OK. MacOS not sure.
-
-
a8ec52d5e76bc769ed63be1ad543be8f687e5dac
Description
The issue can be reproduced by building a basic GUI application:
- Create a Qt Widget Application in Qt Creator.
- Select either QDialog, QWidget or QMainWindow as base class.
- Set the minimumSize and maximumSize to the same size.
- Compile & run the application.
- The application window has no response when clicking the "X" button on the top right corner.
Or, just use designer can observe this issue also:
- Create a dialog, widget or mainwindow
- Set the minimumSize and maximumSize to the same size.
- Select "Preview" from "Form" menu.
- The preview window has no response when clicking the "X" button on the top right corner.
PS: To close such a window, right click on the title bar and select "Close" from menu.
Attachments
Issue Links
- duplicates
-
QTBUG-78262 REG->5.13.1/Windows 7:Close button does not work on non-resizable apps with Areo theme disabled
- Closed