-
Notifications
You must be signed in to change notification settings - Fork 0
/
res.qrc
35 lines (35 loc) · 1.43 KB
/
res.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
<RCC>
<qresource prefix="/">
<file>web/images/logo.png</file>
<file>web/css/base.css</file>
<file>web/css/sidebar.css</file>
<file>web/sidebar.html</file>
<file>web/css/device-list.css</file>
<file>web/css/my-account.css</file>
<file>web/css/scene-list.css</file>
<file>web/device-list.html</file>
<file>web/my-account.html</file>
<file>web/scene-list.html</file>
<file>web/js/base.js</file>
<file>web/css/data-mon-list.css</file>
<file>web/data-mon-list.html</file>
<file>web/images/devices/10000.jpg</file>
<file>web/images/devices/10001.jpg</file>
<file>web/images/devices/10002.jpg</file>
<file>web/images/devices/10003.jpg</file>
<file>web/images/devices/10004.jpg</file>
<file>web/images/devices/10005.jpg</file>
<file>web/images/devices/generic-bell.png</file>
<file>web/images/devices/generic-light.png</file>
<file>web/images/devices/generic-meter.png</file>
<file>web/images/devices/generic-radio.png</file>
<file>web/js/vue.js</file>
<file>web/css/device.css</file>
<file>web/devices/10000.html</file>
<file>web/js/device.js</file>
<file>web/devices/10001.html</file>
<file>web/devices/10004.html</file>
<file>web/devices/10003.html</file>
<file>web/js/chart.min.js</file>
</qresource>
</RCC>