forked from CareF/deepin-dock-plugin-weather
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres.qrc
65 lines (65 loc) · 2.44 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
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
<RCC>
<qresource prefix="/hty">
<file>icon/hty/03n.png</file>
<file>icon/hty/02d.png</file>
<file>icon/hty/04d.png</file>
<file>icon/hty/02n.png</file>
<file>icon/hty/13n.png</file>
<file>icon/hty/na.png</file>
<file>icon/hty/10d.png</file>
<file>icon/hty/13d.png</file>
<file>icon/hty/01d.png</file>
<file>icon/hty/09n.png</file>
<file>icon/hty/11n.png</file>
<file>icon/hty/01n.png</file>
<file>icon/hty/09d.png</file>
<file>icon/hty/50d.png</file>
<file>icon/hty/11d.png</file>
<file>icon/hty/03d.png</file>
<file>icon/hty/04n.png</file>
<file>icon/hty/10n.png</file>
<file>icon/hty/50n.png</file>
</qresource>
<qresource prefix="/hty_resized">
<file>icon/hty_resized/na.png</file>
<file>icon/hty_resized/09d.png</file>
<file>icon/hty_resized/04d.png</file>
<file>icon/hty_resized/01n.png</file>
<file>icon/hty_resized/50n.png</file>
<file>icon/hty_resized/13d.png</file>
<file>icon/hty_resized/09n.png</file>
<file>icon/hty_resized/02d.png</file>
<file>icon/hty_resized/11d.png</file>
<file>icon/hty_resized/13n.png</file>
<file>icon/hty_resized/03n.png</file>
<file>icon/hty_resized/10d.png</file>
<file>icon/hty_resized/10n.png</file>
<file>icon/hty_resized/50d.png</file>
<file>icon/hty_resized/03d.png</file>
<file>icon/hty_resized/11n.png</file>
<file>icon/hty_resized/04n.png</file>
<file>icon/hty_resized/01d.png</file>
<file>icon/hty_resized/02n.png</file>
</qresource>
<qresource prefix="/gray">
<file>icon/gray/03n.png</file>
<file>icon/gray/02d.png</file>
<file>icon/gray/03d.png</file>
<file>icon/gray/09d.png</file>
<file>icon/gray/09n.png</file>
<file>icon/gray/02n.png</file>
<file>icon/gray/11n.png</file>
<file>icon/gray/50d.png</file>
<file>icon/gray/50n.png</file>
<file>icon/gray/04d.png</file>
<file>icon/gray/04n.png</file>
<file>icon/gray/01d.png</file>
<file>icon/gray/01n.png</file>
<file>icon/gray/10n.png</file>
<file>icon/gray/10d.png</file>
<file>icon/gray/13n.png</file>
<file>icon/gray/11d.png</file>
<file>icon/gray/13d.png</file>
<file>icon/gray/na.png</file>
</qresource>
</RCC>