-
Notifications
You must be signed in to change notification settings - Fork 38
/
Wrench.qrc
38 lines (36 loc) · 1.28 KB
/
Wrench.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
36
37
38
<RCC>
<qresource prefix="/">
<file>images/red.png</file>
<file>images/green.png</file>
<file>images/weixin.png</file>
<file>images/cell-mail.png</file>
<file>images/sms.png</file>
<file>images/weibo.png</file>
<file>images/googlePlus.png</file>
</qresource>
<qresource prefix="/skin/default">
<file>resources/capture-screen.png</file>
<file>resources/phone-screen.png</file>
<file>resources/MOBILE_PHONE.png</file>
<file>resources/picture.png</file>
<file>resources/emoji.png</file>
<file>resources/com_sina_weibo_icon.png</file>
<file>resources/com_tencent_mm_icon.png</file>
<file>resources/qq.png</file>
<file>resources/thumbs_up.png</file>
<file>resources/smartisan.png</file>
<file>resources/config.png</file>
<file>resources/notes.png</file>
<file>resources/momo.png</file>
<file>resources/phone-call.png</file>
<file>resources/mms.png</file>
<file>resources/console.png</file>
<file>resources/add-recipients.png</file>
<file>resources/mail-save.png</file>
<file>resources/mail-clear.png</file>
<file>resources/mail-new.png</file>
</qresource>
</RCC>
<!--Local Variables: -->
<!--mode: nxml -->
<!--End: -->