forked from vipjeffreylee/qwx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
resources.qrc
120 lines (120 loc) · 3.63 KB
/
resources.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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE RCC><RCC version="1.0">
<qresource prefix="/">
<file>translations/qwx_zh_CN.qm</file>
<file>qml/global.js</file>
<file>qml/main.qml</file>
<file>qml/SplashView.qml</file>
<file>qml/LoginView.qml</file>
<file>qml/NavigatorView.qml</file>
<file>qml/IconTab.qml</file>
<file>qml/WXView.qml</file>
<file>qml/ChatView.qml</file>
<file>qml/ContactListView.qml</file>
<file>qml/IView.qml</file>
<file>images/splash.jpg</file>
<file>images/back.png</file>
<file>images/messages.png</file>
<file>images/contacts.png</file>
<file>images/emotion.txt</file>
<file>images/icon_arrow.gif</file>
<file>images/icon_biggrin.gif</file>
<file>images/icon_confused.gif</file>
<file>images/icon_cool.gif</file>
<file>images/icon_cry.gif</file>
<file>images/icon_eek.gif</file>
<file>images/icon_evil.gif</file>
<file>images/icon_exclaim.gif</file>
<file>images/icon_idea.gif</file>
<file>images/icon_lol.gif</file>
<file>images/icon_mad.gif</file>
<file>images/icon_mrgreen.gif</file>
<file>images/icon_neutral.gif</file>
<file>images/icon_question.gif</file>
<file>images/icon_razz.gif</file>
<file>images/icon_redface.gif</file>
<file>images/icon_rolleyes.gif</file>
<file>images/icon_sad.gif</file>
<file>images/icon_smile.gif</file>
<file>images/icon_surprised.gif</file>
<file>images/icon_twisted.gif</file>
<file>images/icon_wink.gif</file>
<file>images/2.gif</file>
<file>images/6.gif</file>
<file>images/7.gif</file>
<file>images/8.gif</file>
<file>images/9.gif</file>
<file>images/10.gif</file>
<file>images/18.gif</file>
<file>images/19.gif</file>
<file>images/20.gif</file>
<file>images/23.gif</file>
<file>images/24.gif</file>
<file>images/25.gif</file>
<file>images/26.gif</file>
<file>images/27.gif</file>
<file>images/28.gif</file>
<file>images/29.gif</file>
<file>images/30.gif</file>
<file>images/33.gif</file>
<file>images/34.gif</file>
<file>images/35.gif</file>
<file>images/36.gif</file>
<file>images/37.gif</file>
<file>images/38.gif</file>
<file>images/39.gif</file>
<file>images/41.gif</file>
<file>images/42.gif</file>
<file>images/43.gif</file>
<file>images/46.gif</file>
<file>images/49.gif</file>
<file>images/53.gif</file>
<file>images/54.gif</file>
<file>images/55.gif</file>
<file>images/56.gif</file>
<file>images/57.gif</file>
<file>images/59.gif</file>
<file>images/60.gif</file>
<file>images/61.gif</file>
<file>images/63.gif</file>
<file>images/64.gif</file>
<file>images/65.gif</file>
<file>images/66.gif</file>
<file>images/67.gif</file>
<file>images/69.gif</file>
<file>images/74.gif</file>
<file>images/75.gif</file>
<file>images/76.gif</file>
<file>images/77.gif</file>
<file>images/78.gif</file>
<file>images/79.gif</file>
<file>images/85.gif</file>
<file>images/86.gif</file>
<file>images/89.gif</file>
<file>images/96.gif</file>
<file>images/102.gif</file>
<file>images/103.gif</file>
<file>images/105.gif</file>
<file>images/106.gif</file>
<file>images/107.gif</file>
<file>images/109.gif</file>
<file>images/110.gif</file>
<file>images/111.gif</file>
<file>images/112.gif</file>
<file>images/113.gif</file>
<file>images/114.gif</file>
<file>images/115.gif</file>
<file>images/117.gif</file>
<file>images/118.gif</file>
<file>images/119.gif</file>
<file>images/120.gif</file>
<file>images/121.gif</file>
<file>images/122.gif</file>
<file>images/123.gif</file>
<file>images/124.gif</file>
<file>images/125.gif</file>
<file>images/126.gif</file>
<file>images/127.gif</file>
<file>images/128.gif</file>
<file>images/129.gif</file>
</qresource>
</RCC>