From c8dc41bacdc30026cb79d0d6c72255312084bfe3 Mon Sep 17 00:00:00 2001 From: Shawn Rutledge Date: Wed, 28 Nov 2012 19:46:04 +0100 Subject: QWidget windows have fullscreen button by default; manual test for it MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's again possible for QWindows and widget windows to go into fullscreen mode on the Mac. Change-Id: I7b304a135838394ef0392f89be4f225f2949fad3 Reviewed-by: Morten Johan Sørvig Reviewed-by: Lars Knoll Reviewed-by: Samuel Rødal --- tests/manual/windowgeometry/controllerwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/manual/windowgeometry/controllerwidget.cpp') diff --git a/tests/manual/windowgeometry/controllerwidget.cpp b/tests/manual/windowgeometry/controllerwidget.cpp index 2338c6fd2b..1dca58271b 100644 --- a/tests/manual/windowgeometry/controllerwidget.cpp +++ b/tests/manual/windowgeometry/controllerwidget.cpp @@ -456,7 +456,7 @@ ControllerWidget::ControllerWidget(QWidget *parent) x += 300; m_testWindow->setWindowFlags(Qt::Window | Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint | Qt::WindowMinimizeButtonHint | Qt::WindowMaximizeButtonHint - | Qt::WindowTitleHint); + | Qt::WindowTitleHint | Qt::WindowFullscreenButtonHint); m_testWindow->setFramePosition(QPoint(x, y)); m_testWindow->resize(200, 200); if (args.contains(QLatin1String("-windowminimized"), Qt::CaseInsensitive)) -- cgit v1.2.3