Re: [Interest] macOs maximize button in Qt Quick 2 application

2017-04-09 Thread Shawn Rutledge
You need Window { flags: Qt.Window | Qt.WindowFullscreenButtonHint; … } Have a look at the qtdeclarative/examples/quick/window, which additionally demonstrates how to control window states (visibility) programmatically. But it’s a good question whether it’s a bug that that behavior is not the d

[Interest] macOs maximize button in Qt Quick 2 application

2017-04-09 Thread Alexandre Ribeiro
Hi, In macOs Sierra clicking on a window's maximize button makes it fullscreen by default. If a user presses Alt, hovering over the maximize button transforms it to a "normal" maximize button. I've just compiled a Qt Quick 2 application under Qt Creator (Qt 5.8) and I'm not seeing this behaviour.