Qt Declarative (Quick 2)
Go to file
Alexis Menard 51493a03ba QQuickView with the default constructor doesn't show any window decorations.
The default parameter takes a 0 which is propagated to the window platform
which sets it to 0. QWidget have a method called adjustFlags which takes
care of adding QWindow when necessary. There is no such check in QWindow
or the platform plugin for QPA. The default flag of QWindow is Qt::Window
but in that case it is overiden as QQuickView constructor calls
setWindowFlags(0). Qt::Window as a default parameter is a solution.

Change-Id: Iccbebc5b7e4f094c7fc6dc61b37d9f9622be0237
Reviewed-by: Samuel Rødal <samuel.rodal@nokia.com>
Reviewed-by: Gunnar Sletta <gunnar.sletta@nokia.com>
2012-03-07 14:25:16 +01:00
bin Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
doc Make sure QML type "real" always maps to C++ type "double" 2012-03-07 12:10:27 +01:00
examples Fix renaming merge with examples 2012-03-06 01:39:49 +01:00
imports
modules Create a forwarding declarative module. 2012-02-27 03:29:15 +01:00
src QQuickView with the default constructor doesn't show any window decorations. 2012-03-07 14:25:16 +01:00
tests QmlDebugging: Revert the names of services 2012-03-07 13:14:52 +01:00
tools Merge master <-> api_changes 2012-03-05 11:39:54 +10:00
.gitattributes Fix rewrite of multiline string literals. 2012-02-23 10:43:44 +01:00
.gitignore Start of examples refactor 2012-02-24 10:24:58 +01:00
.tag
qtdeclarative.pro Examples has grown to more than just declarative. 2011-12-04 23:31:45 +01:00
sync.profile Pin to a working qtbase SHA1 2012-03-02 03:01:16 +01:00