From 69cf1147230db72554f3778c560d6f33109e0c00 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Fri, 15 Nov 2013 15:17:57 +0100 Subject: examples/quick/window example: fullscreen is possible on OSX It's normally disallowed without the WindowFullscreenButtonHint. But if we're going to declare a value for flags, then we have to put back the Window type which would otherwise be there by default. Task-number: QTBUG-33607 Change-Id: Ibbd593b2648b98d37c7f70a0b9f96787b0a40f22 Reviewed-by: Gabriel de Dietrich --- examples/quick/window/window.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/quick') diff --git a/examples/quick/window/window.qml b/examples/quick/window/window.qml index 67e2ba40ff..00daec7ff1 100644 --- a/examples/quick/window/window.qml +++ b/examples/quick/window/window.qml @@ -140,6 +140,7 @@ QtObject { height: 240 color: "#215400" title: "Test Window with color " + color + flags: Qt.Window | Qt.WindowFullscreenButtonHint Rectangle { anchors.fill: parent anchors.margins: defaultSpacing -- cgit v1.2.3