Examples and fixes for QML Window properties
authorShawn Rutledge <shawn.rutledge@digia.com>
Mon, 22 Oct 2012 11:44:21 +0000 (13:44 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Fri, 9 Nov 2012 12:33:19 +0000 (13:33 +0100)
commitfdcde738e585ea0e9912215901e36590ebba7fdf
tree951d7e27b9449cf906368ecf43265cf866f2a1f2
parente35c6a788a887d7a85a836041e7d8e9a5ee48c46
Examples and fixes for QML Window properties

Setting Window.color in QML takes effect immediately.
It was only possible to set the property at startup.
Examples demonstrate new Window property features.

Change-Id: Ic5b43d0d84371f3fe5c42223ccc98e6de27aed10
Reviewed-by: Samuel Rødal <samuel.rodal@digia.com>
examples/window/window/standalone.qml
examples/window/window/twowindows.qml
src/quick/items/qquickwindow.cpp
tools/qmlscene/main.cpp