-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresource.qrc
30 lines (30 loc) · 1.21 KB
/
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
26
27
28
29
30
<RCC>
<qresource prefix="/">
<file>share/images/about.png</file>
<file>share/images/aboutQt.png</file>
<file>share/images/exit.png</file>
<file>share/images/open.png</file>
<file>share/images/preferences.png</file>
<file>share/images/print.png</file>
<file>share/images/close.png</file>
<file>share/images/refresh.png</file>
<file>share/images/remove.png</file>
<file>share/images/add.png</file>
<file>share/images/filter.png</file>
<file>share/images/2uparrow.png</file>
<file>share/images/1downarrow.png</file>
<file>share/images/1leftarrow.png</file>
<file>share/images/1rightarrow.png</file>
<file>share/images/1uparrow.png</file>
<file>share/images/2downarrow.png</file>
<file>share/images/2leftarrow.png</file>
<file>share/images/2rightarrow.png</file>
<file>share/images/find.png</file>
<file>share/images/preview.png</file>
<file>share/images/removefilter.png</file>
<file>share/images/copy.png</file>
<file>share/images/edit.png</file>
<file>LICENSE.GPL3</file>
<file>share/images/save.png</file>
</qresource>
</RCC>