-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathjobman.qrc
30 lines (30 loc) · 1.03 KB
/
jobman.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="icons">
<file>resources/AppIcon.png</file>
<file>resources/Arrow.png</file>
<file>resources/Checkbox.png</file>
<file>resources/Cleanup.png</file>
<file>resources/Collapse.png</file>
<file>resources/Delete.png</file>
<file>resources/Dropdown.png</file>
<file>resources/Expand.png</file>
<file>resources/File.png</file>
<file>resources/Folder.png</file>
<file>resources/Monitor.png</file>
<file>resources/Open.png</file>
<file>resources/Options.png</file>
<file>resources/Priority.png</file>
<file>resources/Progress.png</file>
<file>resources/Refresh.png</file>
<file>resources/Restart.png</file>
<file>resources/Restore.png</file>
<file>resources/Right.png</file>
<file>resources/Running.png</file>
<file>resources/Start.png</file>
<file>resources/Stop.png</file>
<file>resources/Stopped.png</file>
</qresource>
<qresource prefix="files">
<file>resources/Copyright.txt</file>
</qresource>
</RCC>