Details
-
Bug
-
Resolution: Invalid
-
P2: Important
-
None
-
5.3.1
-
None
-
OS: Windows 8.1
Compiler: MinGW 4.8.2
Qt Version: 5.3.1; 5.2.1
Description
When setting
t.setWindowFlags( Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint );
The window shows correctly.
While when using:
ApplicationWindow
{
flags: Qt.WindowSystemMenuHint | Qt.WindowCloseButtonHint | Qt.WindowMinimizeButtonHint
id: root
visible: true
...
}
The window does not show correctly, it lacks close button and minimize button.
Attachments
Issue Links
- is replaced by
-
QTBUG-31258 Windows: Regresssion: In QML Window created with disabled maximize button
- Closed
-
QTBUG-35049 ApplicationWindow titlebar is not visible on Windows
- Closed