-
Notifications
You must be signed in to change notification settings - Fork 4
/
images.qrc
30 lines (30 loc) · 1.27 KB
/
images.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
<RCC>
<qresource prefix="/">
<file>images/next_hover_pressed.png</file>
<file>images/next_normal.png</file>
<file>images/pause_hover_pressed.png</file>
<file>images/pause_normal.png</file>
<file>images/play_hover_pressed.png</file>
<file>images/play_normal.png</file>
<file>images/prev_hover_pressed.png</file>
<file>images/prev_normal.png</file>
<file>images/muted_hover_pressed.png</file>
<file>images/muted_normal.png</file>
<file>images/volume_hover_pressed.png</file>
<file>images/volume_normal.png</file>
<file>images/disc_disc.png</file>
<file>images/disc_mask.png</file>
<file>images/disc_needle.png</file>
<file>images/cancel_fullscreen.png</file>
<file>images/headphone.png</file>
<file>images/user_icon.png</file>
<file>images/left_arrow_hover.png</file>
<file>images/left_arrow_inactive.png</file>
<file>images/left_arrow_normal.png</file>
<file>images/right_arrow_hover.png</file>
<file>images/right_arrow_inactive.png</file>
<file>images/right_arrow_normal.png</file>
<file>images/playlist_hover_pressed.png</file>
<file>images/playlist_normal.png</file>
</qresource>
</RCC>