summaryrefslogtreecommitdiffstats
path: root/example.qml
diff options
context:
space:
mode:
Diffstat (limited to 'example.qml')
-rw-r--r--example.qml16
1 files changed, 16 insertions, 0 deletions
diff --git a/example.qml b/example.qml
new file mode 100644
index 0000000..1d008bd
--- /dev/null
+++ b/example.qml
@@ -0,0 +1,16 @@
+import Qt 4.7
+
+Item {
+ width: 1024
+ height: 768
+
+ Rectangle {
+ id: rectangle1
+ x: 51
+ y: 200
+ width: 208
+ height: 410
+ color: "#96444444"
+ radius: 20
+ }
+}