forked from Sorong/Smarrium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathqml.qrc
33 lines (33 loc) · 1.36 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
<RCC>
<qresource prefix="/">
<file>main.qml</file>
<file>uicomponents/_sensorcreator.qml</file>
<file>uicomponents/_actuatorcreator.qml</file>
<file>uicomponents/sensorviews/clock.qml</file>
<file>uicomponents/sensorviews/lux.qml</file>
<file>uicomponents/sensorviews/temperature.qml</file>
<file>uicomponents/sensorviews/uv.qml</file>
<file>uicomponents/sensorviews/substrathumidity.qml</file>
<file>uicomponents/sensorviews/camera.qml</file>
<file>uicomponents/sensorviews/relhumidity.qml</file>
</qresource>
<qresource prefix="/icons">
<file>svg/ic_add_48px.svg</file>
<file>svg/ic_remove_circle_48px.svg</file>
<file>svg/ic_delete_forever_48px.svg</file>
<file>svg/ic_save_48px.svg</file>
<file>svg/ic_done_48px.svg</file>
</qresource>
<qresource prefix="/configs">
<file>defaultconfigs/clock.json</file>
<file>defaultconfigs/lux.json</file>
<file>defaultconfigs/rel_humidity.json</file>
<file>defaultconfigs/substrat_humidity.json</file>
<file>defaultconfigs/temperature.json</file>
<file>defaultconfigs/uv.json</file>
</qresource>
<qresource prefix="/images">
<file>images/script.py</file>
<file>images/default.ppm</file>
</qresource>
</RCC>