-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathegg-player.qrc
20 lines (20 loc) · 893 Bytes
/
egg-player.qrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<RCC>
<qresource prefix="/">
<file>resource/css/bar.css</file>
<file>resource/css/egg.css</file>
<file>resource/css/library.css</file>
<file>resource/fonts/Lato.ttf</file>
<file>resource/images/default-cover.png</file>
<file>resource/images/egg/egg.png</file>
<file>resource/images/icons/loop.png</file>
<file>resource/images/icons/next.png</file>
<file>resource/images/icons/pause.png</file>
<file>resource/images/icons/play.png</file>
<file>resource/images/icons/previous.png</file>
<file>resource/images/icons/shuffle.png</file>
<file>resource/images/icons/volume-full.png</file>
<file>resource/images/icons/volume-low.png</file>
<file>resource/images/icons/volume-medium.png</file>
<file>resource/images/icons/volume-mute.png</file>
</qresource>
</RCC>