-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresource.qrc
25 lines (25 loc) · 930 Bytes
/
resource.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
<RCC>
<qresource prefix="/">
<file>image/app_icon.png</file>
<file>image/close.png</file>
<file>image/doc-mini-max.png</file>
<file>image/doc-result-max.png</file>
<file>image/minimum.png</file>
<file>image/mainWnd_shadow.png</file>
<file>image/prescale.png</file>
<file>image/prescale_click.png</file>
<file>image/prescale_hover.png</file>
<file>image/rotate.png</file>
<file>image/rotate_click.png</file>
<file>image/rotate_hover.png</file>
<file>image/zoomin.png</file>
<file>image/zoomin_click.png</file>
<file>image/zoomin_hover.png</file>
<file>image/zoomout.png</file>
<file>image/zoomout_click.png</file>
<file>image/zoomout_hover.png</file>
<file>image/redo.png</file>
<file>image/undo.png</file>
<file>image/save.png</file>
</qresource>
</RCC>