summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-12-14 16:35:48 +0100
committerJens Bache-Wiig <jens.bache-wiig@nokia.com>2010-12-14 16:35:48 +0100
commit1a848ac40e38a3e7278135ea7729d9889dcf9d43 (patch)
tree4b4cd2e0a81af328439e185bef803e1400e765ea
parent9ae435150da7f3d6550acfd11f51cc239ce26eab (diff)
Cleanup
-rw-r--r--example_output/MyElement.qml118
1 files changed, 0 insertions, 118 deletions
diff --git a/example_output/MyElement.qml b/example_output/MyElement.qml
deleted file mode 100644
index 18b20ef..0000000
--- a/example_output/MyElement.qml
+++ /dev/null
@@ -1,118 +0,0 @@
-import Qt 4.7
-Rectangle {
- width:400
- height:255
- Image {
- id: background
- source: "images/background.png"
- x: -2
- y: 0
- opacity: 1
- }
- Image {
- id: new_layer_1
- source: "images/new_layer_1.png"
- x: 1
- y: 64
- opacity: 0.2
- }
- Image {
- id: new_layer
- source: "images/new_layer.png"
- x: 63
- y: 161
- opacity: 1
- }
- Image {
- id: new_layer_copy
- source: "images/new_layer_copy.png"
- x: 136
- y: 12
- opacity: 1
- }
- Text {
- id: push_me
- text: "Push me"
- font.pixelSize: 22
- font.family: "Tahoma"
- color: "#ffffff"
- smooth: true
- x: 164
- y: 17.5
- opacity: 1
- }
- Image {
- id: drop_shadow_2
- source: "images/drop_shadow_2.png"
- x: 22
- y: 75
- opacity: 0.3843137254902
- }
- Image {
- id: background_text
- source: "images/background_text.png"
- x: 24
- y: 77
- opacity: 1
- }
- Image {
- id: drop_shadow_1
- source: "images/drop_shadow_1.png"
- x: 296
- y: 158
- opacity: 0.8
- }
- Image {
- id: mybutton
- source: "images/mybutton.png"
- x: 309
- y: 168
- opacity: 1
- }
- Image {
- id: new_layer_copy_1
- source: "images/new_layer_copy_1.png"
- x: 116
- y: 145
- opacity: 0.63921568627451
- }
- Image {
- id: drop_shadow
- source: "images/drop_shadow.png"
- x: 139
- y: 112
- opacity: 0.8
- }
- Image {
- id: new_layer_copy_2
- source: "images/new_layer_copy_2.png"
- x: 159
- y: 121
- opacity: 0.63921568627451
- }
- Image {
- id: drop_shadow_3
- source: "images/drop_shadow_3.png"
- x: 315
- y: 194
- opacity: 0.57254901960784
- }
- Text {
- id: button
- text: "Button"
- font.pixelSize: 30
- font.family: "Tahoma"
- color: "#ffffff"
- smooth: true
- x: 187
- y: 128.5
- opacity: 1
- }
- Image {
- id: qml
- source: "images/qml.png"
- x: 319
- y: 197
- opacity: 1
- }
-}