-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathres_gallery.qrc
28 lines (28 loc) · 1.36 KB
/
res_gallery.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
<RCC>
<qresource prefix="/">
<file>image/gallery/gallery_top_icon.png</file>
<file>image/gallery/ic_empty_image.png</file>
<file>image/gallery/ic_thumb_checked.png</file>
<file>image/gallery/ic_delete_hover.png</file>
<file>image/gallery/ic_delete_normal.png</file>
<file>image/gallery/ic_delete_pressed.png</file>
<file>image/gallery/ic_detail_hover.png</file>
<file>image/gallery/ic_detail_normal.png</file>
<file>image/gallery/ic_detail_pressed.png</file>
<file>image/gallery/ic_last_hover.png</file>
<file>image/gallery/ic_last_normal.png</file>
<file>image/gallery/ic_last_pressed.png</file>
<file>image/gallery/ic_next_hover.png</file>
<file>image/gallery/ic_next_normal.png</file>
<file>image/gallery/ic_next_pressed.png</file>
<file>image/gallery/ic_rotate_hover.png</file>
<file>image/gallery/ic_rotate_normal.png</file>
<file>image/gallery/ic_rotate_pressed.png</file>
<file>image/gallery/ic_zoomin_hover.png</file>
<file>image/gallery/ic_zoomin_normal.png</file>
<file>image/gallery/ic_zoomin_pressed.png</file>
<file>image/gallery/ic_zoomout_hover.png</file>
<file>image/gallery/ic_zoomout_normal.png</file>
<file>image/gallery/ic_zoomout_pressed.png</file>
</qresource>
</RCC>