-
Notifications
You must be signed in to change notification settings - Fork 2
/
main.qrc
35 lines (35 loc) · 1.28 KB
/
main.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
31
32
33
34
35
<RCC>
<qresource prefix="img">
<file>resource/write.png</file>
<file>resource/customer_management.png</file>
<file>resource/purchase_icon.png</file>
<file>resource/inbound_icon.png</file>
<file>resource/inboundinfo_icon.png</file>
<file>resource/outbound_info.png</file>
<file>resource/outboundinfo_icon.png</file>
<file>resource/dispatch_management.png</file>
<file>resource/sale_management.png</file>
<file>resource/add_icon.png</file>
<file>resource/customer_icon.png</file>
<file>resource/delete_icon.png</file>
<file>resource/exit_icon.png</file>
<file>resource/Goods_icon.png</file>
<file>resource/info_icon.png</file>
<file>resource/inventory_icon.png</file>
<file>resource/modify_icon.png</file>
<file>resource/outbound_icon.png</file>
<file>resource/purchase_icon.png</file>
<file>resource/sale_icon.png</file>
<file>resource/saleinfo_icon.png</file>
<file>resource/search_icon.png</file>
<file>resource/submit_icon.png</file>
<file>resource/supplier_icon.png</file>
<file>resource/warehouse_icon.png</file>
</qresource>
<qresource prefix="logo">
<file>resource/logo.png</file>
</qresource>
<qresource prefix="downarrow">
<file>resource/down-arrow.png</file>
</qresource>
</RCC>