summaryrefslogtreecommitdiffstats
path: root/ColorChangerExample/main.qml
diff options
context:
space:
mode:
authorsigrid naevdal <sigrid.naevdal@nokia.com>2011-09-07 12:55:22 +0200
committersigrid naevdal <sigrid.naevdal@nokia.com>2011-09-07 12:58:30 +0200
commitb59c72a32027a4d9a18040e407df33c294244710 (patch)
tree9cc36f2a6de08a994101bf07d51a2b4cb1e0c8d6 /ColorChangerExample/main.qml
Color change example
Diffstat (limited to 'ColorChangerExample/main.qml')
-rw-r--r--ColorChangerExample/main.qml6
1 files changed, 6 insertions, 0 deletions
diff --git a/ColorChangerExample/main.qml b/ColorChangerExample/main.qml
new file mode 100644
index 0000000..61a6158
--- /dev/null
+++ b/ColorChangerExample/main.qml
@@ -0,0 +1,6 @@
+import QtQuick 1.0
+
+Rectangle {
+ color: rootItem.myColor
+ width: 80; height: 80
+}