-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
94 lines (94 loc) · 3.14 KB
/
qml.qrc
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
<RCC>
<qresource prefix="/">
<file>qml/main.qml</file>
<file>lib/blops.ttf</file>
<file>qml/RacingPage.qml</file>
<file>qml/SpeedGauge.qml</file>
<file>qml/Status.qml</file>
<file>qml/Map.qml</file>
<file>qml/Maps.qml</file>
<file>qml/StatusLED.qml</file>
<file>qml/CentralView.qml</file>
<file>qml/LabelLED.qml</file>
<file>qml/CtrlLabelLED.qml</file>
<file>qml/MenuPage.qml</file>
<file>qml/CANStatusLED.qml</file>
<file>qml/HVStatusLED.qml</file>
<file>qml/HVFrame.qml</file>
<file>qml/LVFrame.qml</file>
<file>qml/StatusFrame.qml</file>
<file>qml/Button.qml</file>
<file>qml/SensorStatus.qml</file>
<file>qml/ChoiceButton.qml</file>
<file>qml/TabStatus.qml</file>
<file>qml/TabInverter.qml</file>
<file>qml/TabSensors.qml</file>
<file>qml/TabBattery.qml</file>
<file>qml/TabErrors.qml</file>
<file>qml/TabTelemedreams.qml</file>
<file>qml/LED.qml</file>
<file>img/HV.png</file>
<file>img/LV.png</file>
<file>img/radio_na.png</file>
<file>img/radio.png</file>
<file>img/run.png</file>
<file>img/idle.png</file>
<file>img/stop.png</file>
<file>img/setup.png</file>
<file>img/hv0.png</file>
<file>img/hv1.png</file>
<file>img/hv2.png</file>
<file>img/hv3.png</file>
<file>img/hv4.png</file>
<file>img/hv5.png</file>
<file>img/hv6.png</file>
<file>img/hv7.png</file>
<file>img/hv8.png</file>
<file>img/hv9.png</file>
<file>img/hv10.png</file>
<file>img/hv11.png</file>
<file>img/hv12.png</file>
<file>img/hv13.png</file>
<file>img/hv14.png</file>
<file>img/hv15.png</file>
<file>img/lv0.png</file>
<file>img/lv1.png</file>
<file>img/lv2.png</file>
<file>img/lv3.png</file>
<file>img/lv4.png</file>
<file>img/lv5.png</file>
<file>img/lv6.png</file>
<file>img/lv7.png</file>
<file>img/lv8.png</file>
<file>img/lv9.png</file>
<file>img/lv10.png</file>
<file>img/lv11.png</file>
<file>img/lv12.png</file>
<file>img/lv13.png</file>
<file>img/lv14.png</file>
<file>img/lv15.png</file>
<file>img/t1.png</file>
<file>img/t2.png</file>
<file>img/t3.png</file>
<file>img/t4.png</file>
<file>img/t5.png</file>
<file>img/t6.png</file>
<file>img/t7.png</file>
<file>img/t8.png</file>
<file>img/t9.png</file>
<file>img/t10.png</file>
<file>img/b1.png</file>
<file>img/b2.png</file>
<file>img/b3.png</file>
<file>img/b4.png</file>
<file>img/b5.png</file>
<file>img/b6.png</file>
<file>img/b7.png</file>
<file>img/b8.png</file>
<file>img/b9.png</file>
<file>img/b10.png</file>
<file>qml/TabTelemetry.qml</file>
<file>qml/TelemetryStatusLED.qml</file>
<file>qml/TelemetryStatus.qml</file>
</qresource>
</RCC>