Details
-
Bug
-
Resolution: Done
-
P2: Important
-
None
-
5.4.0
-
None
-
Mac OS X 10.9, Qt5.4, xcode 6 llvm(3.5)
-
-
d024f0a9228a33787f2e9b0ecb2573041fa048df
Description
for our project, we need to fully customize the window. to achieve this, we create a frameless window and draw a fake titlebar on the frameless window.
but we found out that frameless Qt app under mac can't perform maximize and minimize.
in the attachment, you can find a simple app that reproduces the issue. there is a button on the frameless window, click that button will call showMinimize(), but the window stays.
but the same app works on windows.
Attachments
Issue Links
- duplicates
-
QTBUG-32184 Mac OS X: showMinimized doesn't work with frameless window
-
- Closed
-
-
QTBUG-33522 showMinimized() doesn't work when using FramelessWindowHint on Mac
-
- Closed
-
- relates to
-
QTBUG-45212 X11: cannot programmatically minimize a frameless window
-
- Reported
-