boyee118
boyee118

Reputation: 1

qt5.3 qml window with FramelessWindowHint on mac can't showMinimized and showMaximized,how to fix?

Window {
id: rootWindow
objectName: "rootWindow"
visible: true
width: 980
height: 650
flags: Qt.FramelessWindowHint|Qt.MacWindowToolBarButtonHint|Qt.WindowMinimizeButtonHint|Qt.WindowMaximizeButtonHint

property bool fullscreen: false
}

this window can't showMinimized and showMaximized on macosx 10.9,How to fix? Thanks

Upvotes: 0

Views: 586

Answers (0)

Related Questions