-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresources.qrc
38 lines (38 loc) · 2.21 KB
/
resources.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>
<file>resources/backgrounds/settings_genshin.png</file>
<file>resources/icons/app_icon.png</file>
<file>resources/icons/top_bar/minimize/default.png</file>
<file>resources/icons/top_bar/minimize/hovered.png</file>
<file>resources/icons/top_bar/minimize/pressed.png</file>
<file>resources/icons/top_bar/settings/default.png</file>
<file>resources/icons/top_bar/settings/hovered.png</file>
<file>resources/icons/top_bar/settings/pressed.png</file>
<file>resources/icons/top_bar/close/default.png</file>
<file>resources/icons/top_bar/close/hovered.png</file>
<file>resources/icons/top_bar/close/pressed.png</file>
<file>resources/icons/right_bar/hoyolab/default.png</file>
<file>resources/icons/right_bar/hoyolab/hovered.png</file>
<file>resources/icons/right_bar/hoyolab/pressed.png</file>
<file>resources/icons/right_bar/youtube/default.png</file>
<file>resources/icons/right_bar/youtube/hovered.png</file>
<file>resources/icons/right_bar/youtube/pressed.png</file>
<file>resources/icons/right_bar/github/default.png</file>
<file>resources/icons/right_bar/github/hovered.png</file>
<file>resources/icons/right_bar/github/pressed.png</file>
<file>resources/icons/right_bar/instagram/default.png</file>
<file>resources/icons/right_bar/instagram/hovered.png</file>
<file>resources/icons/right_bar/instagram/pressed.png</file>
<file>resources/icons/right_bar/twitter/default.png</file>
<file>resources/icons/right_bar/twitter/hovered.png</file>
<file>resources/icons/right_bar/twitter/pressed.png</file>
<file>resources/icons/right_bar/facebook/default.png</file>
<file>resources/icons/right_bar/facebook/hovered.png</file>
<file>resources/icons/right_bar/facebook/pressed.png</file>
<file>resources/icons/right_bar/home/default.png</file>
<file>resources/icons/right_bar/home/hovered.png</file>
<file>resources/icons/right_bar/home/pressed.png</file>
<file>resources/icons/btn_close/default.png</file>
<file>resources/icons/btn_close/hovered.png</file>
</qresource>
</RCC>