-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathwidgets.qrc
38 lines (38 loc) · 1.69 KB
/
widgets.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
<RCC>
<qresource prefix="/">
<file>widgets/Clock/Clock.qml</file>
<file>widgets/Clock/widget_clock_back.png</file>
<file>widgets/Clock/clock_hour.png</file>
<file>widgets/Clock/clock_min.png</file>
<file>widgets/Clock/clock_sec.png</file>
<file>widgets/Weather/cloud01.png</file>
<file>widgets/Weather/cloud02.png</file>
<file>widgets/Weather/cloud03.png</file>
<file>widgets/Weather/earth.png</file>
<file>widgets/Weather/moon.png</file>
<file>widgets/Weather/rain01.png</file>
<file>widgets/Weather/rain02.png</file>
<file>widgets/Weather/rain03.png</file>
<file>widgets/Weather/snow.png</file>
<file>widgets/Weather/sun01.png</file>
<file>widgets/Weather/sun02.png</file>
<file>widgets/Weather/sun03.png</file>
<file>widgets/Weather/thunderstorm01.png</file>
<file>widgets/Weather/thunderstorm02.png</file>
<file>widgets/Weather/Weather.qml</file>
<file>widgets/Weather/widget_base_back.png</file>
<file>widgets/Weather/IconSun.qml</file>
<file>widgets/Weather/IconCloud.qml</file>
<file>widgets/Weather/IconThunder.qml</file>
<file>widgets/Weather/IconSnow.qml</file>
<file>widgets/Weather/IconRain.qml</file>
<file>widgets/Weather/IconSpecial.qml</file>
<file>widgets/Weather/fog.png</file>
<file>widgets/Note/Note.qml</file>
<file>widgets/Note/note_back.png</file>
<file>widgets/Note/settings.svg</file>
<file>widgets/Note/NoteFront.qml</file>
<file>widgets/Note/NoteBack.qml</file>
<file>widgets/Note/shadow.png</file>
</qresource>
</RCC>