-
Notifications
You must be signed in to change notification settings - Fork 98
/
res.qrc
83 lines (83 loc) · 3.61 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<RCC>
<qresource prefix="/FontIcon"/>
<qresource prefix="/">
<file>res/iconfont.ttf</file>
<file>res/images/sliderThumb.png</file>
<file>res/images/info.png</file>
<file>res/images/ok.png</file>
<file>res/images/kikoplay-3.png</file>
<file>res/images/kikoplay-4.png</file>
<file>res/images/slider-hover.png</file>
<file>res/images/slider-normal.png</file>
<file>res/images/slider-pressed.png</file>
<file>res/images/kikoplay-5.png</file>
<file>res/style.qss</file>
<file>res/lang/zh_Hans.qm</file>
<file>res/images/cover.png</file>
<file>res/images/completed.png</file>
<file>res/images/downloading.png</file>
<file>res/images/error.png</file>
<file>res/images/paused.png</file>
<file>res/images/seeding.png</file>
<file>res/images/waiting.png</file>
<file>res/kikoplay.ico</file>
<file>res/db/bangumi.sql</file>
<file>res/db/comment.sql</file>
<file>res/db/download.sql</file>
<file>res/onAirSites.json</file>
<file>res/tip</file>
<file>res/about</file>
<file>res/images/checking.png</file>
<file>res/images/free.png</file>
<file>res/images/stop.png</file>
<file>res/style_bg.qss</file>
<file>res/images/focus-off.svg</file>
<file>res/images/focus-on.svg</file>
<file>res/images/checkbox-check.svg</file>
<file>res/images/checkbox-hover.svg</file>
<file>res/images/checkbox-uncheck.svg</file>
<file>res/images/checkbox-uncheck-light.svg</file>
<file>res/images/bgm-collection.svg</file>
<file>res/images/border.svg</file>
<file>res/images/branch-closed.svg</file>
<file>res/images/branch-open.svg</file>
<file>res/images/branch-closed-2.svg</file>
<file>res/images/branch-open-2.svg</file>
<file>res/images/check-hover.svg</file>
<file>res/images/check-normal.svg</file>
<file>res/images/down.svg</file>
<file>res/images/down-hover.svg</file>
<file>res/images/down-light.svg</file>
<file>res/images/down-arrow.svg</file>
<file>res/images/down-arrow-hover.svg</file>
<file>res/images/up-arrow.svg</file>
<file>res/images/up-arrow-hover.svg</file>
<file>res/images/playing.svg</file>
<file>res/style_bg_default.qss</file>
<file>res/images/folder.svg</file>
<file>res/mediainfo</file>
<file>res/images/down-light-hover.svg</file>
<file>res/images/down-arrow-dark-hover.svg</file>
<file>res/images/up-arrow-dark-hover.svg</file>
<file>res/images/label-check.svg</file>
<file>res/images/label-uncheck.svg</file>
<file>res/images/label-partially.svg</file>
<file>res/images/mark_blue.svg</file>
<file>res/images/mark_green.svg</file>
<file>res/images/mark_orange.svg</file>
<file>res/images/mark_pink.svg</file>
<file>res/images/mark_red.svg</file>
<file>res/images/mark_yellow.svg</file>
<file>res/images/down-darkmode.svg</file>
<file>res/images/down-darkmode-hover.svg</file>
<file>res/images/checkbox-darkmode-uncheck.svg</file>
<file>res/images/down-arrow-darkmode-hover.svg</file>
<file>res/images/up-arrow-darkmode-hover.svg</file>
<file>res/scriptPlayground</file>
<file>res/mpvOptions</file>
<file>res/images/tab-close.svg</file>
<file>res/images/tab-close-hover.svg</file>
<file>res/images/app.png</file>
<file>res/images/webdav.svg</file>
</qresource>
</RCC>