summaryrefslogtreecommitdiffstats
path: root/examples/declarative/dynamic/DynRect.qml
diff options
context:
space:
mode:
Diffstat (limited to 'examples/declarative/dynamic/DynRect.qml')
-rw-r--r--examples/declarative/dynamic/DynRect.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/declarative/dynamic/DynRect.qml b/examples/declarative/dynamic/DynRect.qml
new file mode 100644
index 0000000..d9a2ef3
--- /dev/null
+++ b/examples/declarative/dynamic/DynRect.qml
@@ -0,0 +1 @@
+Rect { color: "steelblue"; width: 100; height: 100; id: newRect }