summaryrefslogtreecommitdiffstats
path: root/exampleoutput/MyElement.qml
blob: 0b07fba74088b47a54526ec13a324d7f4e4c028c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
import Qt 4.6
Rectangle {
    Image {
        id:background
        source:"MyElement_images/background.png"
        x:-2 ; y:0
        width:400 
        height:255 
    }
    Image {
        id:new_layer__1
        opacity: 0.2
        source:"MyElement_images/new_layer__1.png"
        x:1 ; y:0
        width:399 
        height:255 
    }
    Image {
        id:new_layer
        source:"MyElement_images/new_layer.png"
        x:62 ; y:160
        width:144 
        height:61 
    }
    Image {
        id:new_layer_copy
        source:"MyElement_images/new_layer_copy.png"
        x:135 ; y:11
        width:139 
        height:46 
    }
    Image {
        id:push_me
        source:"MyElement_images/push_me.png"
        x:137 ; y:20
        width:132 
        height:32 
    }
    Image {
        id:drop_shadow__2
        opacity: 0.38431372549
        source:"MyElement_images/drop_shadow__2.png"
        x:22 ; y:75
        width:263 
        height:39 
    }
    Image {
        id:background_text
        source:"MyElement_images/background_text.png"
        x:21 ; y:71
        width:256 
        height:37 
    }
    Image {
        id:drop_shadow__1
        opacity: 0.8
        source:"MyElement_images/drop_shadow__1.png"
        x:294 ; y:156
        width:106 
        height:99 
    }
    Image {
        id:mybutton
        source:"MyElement_images/mybutton.png"
        x:309 ; y:168
        width:82 
        height:82 
    }
    Image {
        id:new_layer_copy__1
        opacity: 0.643137254902
        source:"MyElement_images/new_layer_copy__1.png"
        x:115 ; y:144
        width:144 
        height:61 
    }
    Image {
        id:drop_shadow
        opacity: 0.8
        source:"MyElement_images/drop_shadow.png"
        x:137 ; y:110
        width:172 
        height:89 
    }
    Image {
        id:new_layer_copy__2
        opacity: 0.643137254902
        source:"MyElement_images/new_layer_copy__2.png"
        x:158 ; y:120
        width:144 
        height:61 
    }
    Image {
        id:drop_shadow__3
        opacity: 0.574712643678
        source:"MyElement_images/drop_shadow__3.png"
        x:315 ; y:194
        width:76 
        height:36 
    }
    Image {
        id:qml
        source:"MyElement_images/qml.png"
        x:316 ; y:190
        width:69 
        height:37 
    }
}