-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathMyTest2.qml
84 lines (84 loc) · 1.59 KB
/
MyTest2.qml
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
import Qt 4.7
Rectangle {
width:742
height:1323
Image {
source:"MyTest_images/rect3764.png"
id:rect3764
x:0 ; y:0
width:742
height:1323
}
Image {
source:"MyTest_images/g3887.png"
id:g3887
x:33 ; y:1175
width:80
height:78
}
Image {
source:"MyTest_images/g3887-8.png"
id:g38878
x:609 ; y:1177
width:80
height:78
}
Image {
source:"MyTest_images/g3887-93.png"
id:g388793
x:610 ; y:55
width:80
height:78
}
Image {
source:"MyTest_images/g3887-5.png"
id:g38875
x:46 ; y:55
width:80
height:78
}
Image {
source:"MyTest_images/g30-6.png"
id:g306
opacity: 0.0
x:0 ; y:0
width:742
height:1323
}
Image {
source:"MyTest_images/path36-3.png"
id:path36
x:182 ; y:271
width:377
height:189
}
Image {
source:"MyTest_images/press_a.png"
id:press_a
x:225 ; y:330
width:280
height:62
}
Image {
source:"MyTest_images/g30-8.png"
id:g308
opacity: 0.0
x:0 ; y:0
width:742
height:1323
}
Image {
source:"MyTest_images/path36-9.png"
id:path36_2
x:184 ; y:574
width:377
height:189
}
Image {
source:"MyTest_images/press_b.png"
id:press_b
x:234 ; y:633
width:287
height:62
}
}