-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathres_rc.py
333 lines (323 loc) · 19.2 KB
/
res_rc.py
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
# -*- coding: utf-8 -*-
# Resource object code
#
# Created by: The Resource Compiler for PyQt5 (Qt v5.15.2)
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore
qt_resource_data = b"\
\x00\x00\x11\x46\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\xc8\x00\x00\x00\xc8\x08\x06\x00\x00\x00\xad\x58\xae\x9e\
\x00\x00\x11\x0d\x49\x44\x41\x54\x78\x5e\xed\x5d\xcd\x6e\x1c\xc7\
\x11\xfe\x6a\x09\xd0\xce\xc1\xb0\x80\x20\x67\x93\x4f\x20\x9a\x2b\
\x27\x87\x1c\x44\x3d\x81\xa9\x00\xc9\x21\x39\x48\xba\x70\xe5\xe4\
\x60\xe9\x05\xa2\x75\x5e\x40\xd4\x21\x91\x97\x17\x51\x87\xe4\x90\
\x00\x31\xf5\x04\xa6\x0f\x39\xc4\xd2\xca\xab\x27\xf0\xf2\x9c\x0b\
\x89\x1c\x92\x18\xd8\xe9\xa0\x87\xb3\xd4\xee\x6a\xe7\xaf\xa7\x7b\
\xa6\x67\xfa\x1b\xc0\xb0\x00\x76\x57\x57\x7d\x55\xdf\xd6\x74\x4f\
\x77\xb5\xa0\x65\xcf\x27\x47\xea\x66\xa4\xb0\xa5\x80\x2d\x01\x76\
\x20\xb8\x16\x9b\xa0\xe2\xff\xef\xb4\xcc\x9c\xae\xaa\x3b\x81\xe0\
\x3c\xf1\xcb\xb9\x02\x26\x02\x4c\x7b\x82\xe9\xcb\x03\xf9\xa6\x4d\
\x46\x8b\xcf\xca\xee\x3c\x55\x5b\x1b\x3d\xdc\x84\xc2\x1e\x04\x7b\
\x00\xb6\x7c\xd6\x97\xba\x15\x46\x60\x0a\x85\x53\x08\x4e\x67\x11\
\xbe\x99\x7c\x26\xd3\xc2\x3d\x6b\x6e\xe8\x1d\x41\x3e\x39\x52\x3b\
\x4a\xe1\x8e\x02\xf6\x49\x88\x9a\xa3\xa1\xb9\xe1\xa6\x02\x9c\x88\
\xe0\xf9\xcb\x03\x99\x34\xa7\xc6\xbb\x23\x7b\x41\x90\x38\x53\x6c\
\xe0\x53\x28\x3c\x20\x29\x7c\x0a\x8f\x46\x74\x99\x42\x70\x38\x9b\
\xe1\x85\x0f\x99\xa5\x51\x82\xdc\x78\xaa\xf6\xd4\x06\x1e\xc5\xaf\
\x50\x7c\x88\xc0\x2a\x02\x82\x53\x99\xe1\x8b\x57\x9f\xc9\x69\x53\
\xe0\x34\x42\x10\x12\xa3\x29\x77\xb7\x74\xdc\x06\x89\x52\x2b\x41\
\x48\x8c\x96\x06\xa8\x2f\x6a\x37\x40\x94\x5a\x08\xb2\xf3\x4c\x5d\
\xdb\xf8\x01\xcf\x70\x39\xf1\xe6\x43\x04\xaa\x21\xa0\x70\x3c\x7b\
\x0f\x0f\x27\xf7\xe4\x72\x29\xd9\xe1\xe3\x9c\x20\xfd\x23\xf5\x39\
\x14\x86\x40\xf2\xbd\xc2\xa1\x31\x14\x1d\x14\x02\xe7\x10\x0c\xc7\
\x07\xf2\xc4\xa5\xd5\xce\x08\x92\x7c\xc3\xf8\x8a\x1f\xef\x5c\xba\
\x8f\xb2\x01\x4c\x66\x11\x6e\xbb\x5a\xf1\x72\x42\x90\xfe\x48\xe9\
\x57\x29\xfd\x4a\x75\xf9\x95\x9b\x0f\x11\x70\x8b\x80\x7e\xd5\xba\
\x37\x1e\xc8\x89\xed\x61\xac\x13\xe4\xc6\x48\x3d\x56\x88\xbf\x67\
\xf0\x21\x02\xb5\x22\x20\xc0\xe1\xab\x81\x3c\xb4\x39\xa8\x35\x82\
\x24\x13\xf1\xaf\xf9\x4a\x65\xd3\x3d\x94\x65\x80\xc0\x64\xb6\x89\
\x5b\xb6\x26\xf0\x56\x08\x42\x72\x18\xb8\x91\x5d\x5c\x22\x60\x8d\
\x24\x95\x09\xa2\xf7\x4e\x45\x0a\x3a\x73\x70\xbe\xe1\xd2\xe5\x94\
\x5d\x16\x81\xf3\x9e\xe0\x56\xd5\xbd\x5d\x95\x08\x42\x72\x94\xf5\
\x19\xdb\xd7\x8c\x40\x65\x92\x18\x13\x84\xe4\xa8\xd9\xd5\x1c\xce\
\x14\x81\x4a\x24\x31\x22\x48\x32\xe7\xf8\x9e\xaf\x55\xa6\x3e\x63\
\xbf\x9a\x11\x38\x9f\x6d\x62\xdb\x64\xe2\x5e\x9a\x20\x9c\x90\xd7\
\xec\x5a\x0e\x67\x0b\x01\xa3\x89\x7b\x69\x82\xf4\x47\xea\x3b\x2e\
\xe5\xda\xf2\x19\xe5\xd4\x8c\xc0\x64\x3c\x90\x8f\xcb\x8c\x59\x8a\
\x20\xfd\x2f\xd5\x21\x04\x9f\x97\x19\x80\x6d\x89\x80\x57\x08\x28\
\x3c\x19\xdf\x97\xc2\x1f\xb2\x0b\x13\x24\xd9\x3e\xa2\xf7\x56\xf1\
\x21\x02\x6d\x47\xe0\x76\xd1\x6d\x29\x85\x08\x92\x6c\x3c\xd4\xaf\
\x56\xfc\xd6\xd1\xf6\xd0\xa0\xfe\x1a\x81\xf3\x59\x84\x8f\x8b\x6c\
\x70\x2c\x44\x10\xce\x3b\x18\x55\x1d\x44\xa0\xd0\x7c\x24\x97\x20\
\xbb\x23\xf5\x40\x80\xc7\x1d\x04\x88\x26\x05\x8e\x80\x02\x1e\xbe\
\x1e\xc8\x61\x16\x0c\x99\x04\xe1\xf7\x8e\xc0\x23\xa8\xfb\xe6\xe7\
\x7e\x1f\xc9\x24\x48\x7f\xa4\xf4\xa4\x9c\xc7\x64\xbb\x1f\x28\x21\
\x5b\xf8\x7c\x3c\x90\xbb\x69\x00\xa4\x12\x24\x2e\xb0\xd0\x8b\x37\
\x21\xf2\x21\x02\x9d\x46\x40\x22\xdc\x4a\x2b\x2d\x94\x4a\x90\xfe\
\x91\xfa\x9a\xf5\xaa\x3a\x1d\x17\x34\x6e\x8e\x80\xe0\x74\x7c\x20\
\xb7\xd6\x01\xb2\x96\x20\xcc\x1e\x8c\x9d\xd0\x10\x48\xcb\x22\x6b\
\x09\xc2\xec\x11\x5a\x78\xd0\x5e\x5d\x48\x7b\x5d\x16\x79\x87\x20\
\xcc\x1e\x0c\x96\x50\x11\x58\x97\x45\xde\x21\x08\xb3\x47\xa8\xe1\
\x41\xbb\xd7\x65\x91\x25\x82\x24\x5b\x4a\xf4\x39\x0f\x3e\x44\x20\
\x48\x04\x66\x11\xb6\x17\xb7\xa0\x2c\x11\x84\x5f\xcd\x83\x8c\x09\
\x1a\xbd\x80\xc0\xea\xd7\xf5\x25\x82\xf4\x47\x4a\x67\x0f\xde\xe2\
\xc4\x90\x09\x19\x81\xe9\x78\x20\xdb\x6f\x57\x80\x93\x7f\x25\x67\
\xcc\xf5\x8e\x5d\x3e\x44\x20\x68\x04\x7a\x82\x8f\xe7\xd5\x50\xae\
\x32\x08\x0f\x43\x05\x1d\x13\x34\x7e\x11\x81\x85\x43\x55\x6f\x09\
\xc2\xd7\x2b\x06\x09\x11\x98\x23\x70\xf5\x9a\x15\x13\x84\xab\x57\
\x8c\x0c\x22\xb0\x8c\xc0\x7c\x35\x2b\x26\xc8\xee\x91\xba\x2b\x2a\
\xae\xc6\xce\x87\x08\x10\x01\x00\x4a\x70\xef\xf5\x81\x1c\xc7\x04\
\xe9\x8f\xd4\x31\x80\x3b\x44\x86\x08\x10\x81\x2b\x04\xe2\x6d\xf0\
\x73\x82\x70\x79\x97\x91\x41\x04\x96\x11\x88\xe7\x21\x73\x82\x28\
\xa2\x43\x04\x88\xc0\x32\x02\xe3\x81\x88\x70\x73\x22\xc3\x82\x08\
\xac\x47\x40\x6f\x5e\x14\x4e\xd0\x19\x1e\x44\x20\x15\x81\xdb\x72\
\x63\xa4\x86\x0a\x78\xd4\x75\x90\x14\xf0\x8d\x4b\x1b\x05\xb8\xe9\
\x52\x7e\x59\xd9\xa1\xd9\x5b\x16\x9f\x22\xed\x05\xf8\x42\xfa\x47\
\xea\x04\x0a\x9f\x16\xe9\xd0\xb2\x36\x67\x02\x1c\x8b\xe0\xa4\xea\
\x25\x2a\x45\xed\xd6\xdb\x75\x94\xc2\xbe\x02\x74\x11\x80\x8f\x8a\
\xf6\xb3\xd4\x2e\x34\x7b\x2d\xc1\x96\x21\x46\xf0\x42\x76\x47\xea\
\xd4\xb7\x5f\xbf\x8a\x96\x5f\x28\x60\x98\x57\xef\xa8\xe2\x18\xb9\
\xdd\x93\x9d\xd1\xfa\x7e\xf8\x0f\x73\x1b\x57\x6b\x10\x9a\xbd\xd5\
\xd0\x2a\xd1\x5b\x67\xe1\xae\x11\xe4\xcd\x6c\x13\x7b\x26\xf7\x40\
\x94\xc0\xad\x70\xd3\xa4\xae\xd8\x29\x80\xeb\x85\x3b\x95\x6b\x18\
\x9a\xbd\xe5\xd0\xa9\xd8\x3a\x26\x48\x87\xca\x8a\x3e\x9f\x6d\xe2\
\x81\x2f\xe4\x98\xfb\x26\x21\x89\xae\xde\x67\xfb\x43\x6c\x68\xf6\
\x56\x0c\xf7\xf2\xdd\xe7\x04\xe9\xc2\x37\x10\xaf\x7e\x49\x57\x5d\
\xe1\x20\x93\x84\x66\x6f\xf9\xe8\xb6\xd4\x43\x67\x90\xb6\x13\xe4\
\x62\xb6\x89\x2d\xdf\x32\x47\x0a\x49\xa6\x16\xe6\x24\xa1\xd9\x6b\
\x29\xd4\xcd\xc4\xb4\x9e\x20\x45\x0a\x10\xef\x3d\x53\xef\xff\xfb\
\x07\xfc\x02\x0a\x3f\x87\xe0\x27\x66\x50\xa5\xf4\x52\xf8\x17\x04\
\xff\xf8\x60\x13\x7f\x3f\xbd\x27\xff\xcd\x92\x6d\xe3\x48\x73\x11\
\x7b\xe3\xc3\x6f\x7a\xd9\x39\xc2\x0e\x7a\x96\x4f\x88\x46\x98\xa2\
\x87\xc9\x6c\x86\x17\x79\xd7\x07\xd8\xb0\xd7\xaa\xaf\x0c\x84\xb5\
\x9d\x20\x67\xe3\x81\x64\x1e\x11\xee\x1f\xa9\x2f\xa0\xf0\x7b\x03\
\x6c\xca\x77\x11\xfc\x61\x7c\x20\x99\xdf\x94\xfa\x23\xa5\xb3\x88\
\xe9\x12\x70\xa6\xbd\xf1\xab\xdc\xff\xf0\x18\x12\x2f\x33\xbb\x7f\
\x14\x8e\x67\xef\xe1\x61\x56\xf6\xae\x68\xaf\x7b\x1b\x72\x46\x68\
\x35\x41\xf4\x87\x9c\x57\x03\xd1\x4b\xa9\x6b\x9f\xdd\x91\xfa\x56\
\x80\x4f\x6a\x45\x59\xf0\xed\xf8\x40\x7e\x96\x36\x66\x95\x93\x9b\
\x59\xf6\x36\x78\xb9\x6a\xe6\xe5\x98\x55\xec\xad\xd5\x6f\x29\x83\
\xb5\x9a\x20\x8b\x67\x87\x57\xed\xab\x35\x73\xac\x0e\x9e\x91\x49\
\xaa\x9c\xfd\xcf\xb4\xb7\xd9\x23\x0b\xa9\x15\xd2\xab\xd8\x4b\x82\
\x54\x44\x40\xef\xb6\x5c\x27\x62\xeb\x99\x7a\xff\xc7\x3f\xe0\x3f\
\x15\xc5\x57\xea\xfe\xc1\x26\x7e\x94\x36\x27\x31\x5d\x18\x49\xb3\
\xd7\x87\x20\x5c\xad\x27\xb5\x08\x9e\xa9\xbd\x95\x1c\x60\xa9\x73\
\x6b\x33\x88\x5e\xa3\x7e\x3d\x90\xbd\x75\x38\xf4\x47\xea\xd7\x00\
\xfe\x6c\x09\x23\x53\x31\xbf\x19\x0f\xe4\x2f\xeb\x3a\x9b\xec\x5e\
\xc8\xb2\xd7\x87\xc9\x70\xd6\xe2\x81\x89\xbd\xa6\xa0\xdb\xee\xd7\
\x4d\x82\x7c\xa9\xfe\x08\xc1\x6f\x6d\x83\x55\x4a\x9e\xc2\x9f\xc6\
\xf7\xe5\x77\x75\x10\xc4\x8b\x13\xa1\x19\xd7\x2b\x93\x20\xa5\x22\
\xc7\x4e\xe3\x9c\x0c\xf2\x57\x00\xbf\xb4\x33\x92\xb1\x94\xbf\x8d\
\x07\xf2\xab\x3a\x08\xe2\x43\x00\xe6\x64\xb8\xd6\xee\xf7\xeb\x66\
\x06\x19\x29\x12\xc4\x98\xd7\x66\x1d\x49\x10\x33\xdc\x9c\xf5\x62\
\x06\x79\x0b\x2d\x33\x88\xb3\x30\x03\x33\x88\x3b\x6c\xf9\x8a\x95\
\x60\xeb\x03\x81\x4d\xdd\x4c\x82\x98\x22\x97\xdf\x8f\x04\x21\x41\
\xf2\xa3\xc4\x55\x0b\xbe\x62\xf1\x15\xcb\x55\x6c\x2d\xca\x65\x06\
\x71\x87\x32\x33\x08\x33\x88\xbb\xe8\xca\x93\xcc\x0c\xc2\x0c\x92\
\x17\x23\x36\xfe\xce\x0c\x62\x03\xc5\xf5\x32\x98\x41\x98\x41\xdc\
\x45\x57\x9e\x64\x66\x10\x66\x90\xbc\x18\xb1\xf1\x77\x66\x10\x1b\
\x28\x32\x83\x80\x1f\x0a\xdd\x05\x92\x91\x64\x66\x10\x66\x10\xa3\
\xc0\x29\xd9\x89\x19\xa4\x24\x60\x25\x9a\x73\x0e\xc2\x39\x48\x89\
\x70\xb1\xdc\x94\x19\x84\x19\xc4\x72\x48\xad\x15\xc7\x0c\xe2\x0e\
\x65\x66\x10\x66\x10\x77\xd1\x95\x27\x99\x19\x84\x19\x24\x2f\x46\
\x6c\xfc\x9d\x19\xc4\x06\x8a\x5c\xc5\xe2\x2a\x96\xbb\x38\x32\x93\
\xcc\x0c\xc2\x0c\x62\x16\x39\xe5\x7a\x31\x83\x94\xc3\xab\x4c\x6b\
\xce\x41\x38\x07\x29\x13\x2f\x76\xdb\x32\x83\x30\x83\xd8\x8d\xa8\
\xf5\xd2\xba\x99\x41\x7c\x28\xda\x00\x04\x95\x41\xc0\xa2\x0d\x75\
\xf0\xb5\xf8\x18\x2d\x28\xfb\x13\x14\x41\x58\xf6\xa7\x78\xec\xd6\
\xd6\x32\xad\x90\x5a\x52\xac\xba\xd1\xc2\x71\x08\x2c\x83\xb0\x70\
\x5c\x6d\x61\x5f\x7c\x20\x6f\x4b\x8f\x5e\x9a\x10\x52\x06\x61\xe9\
\xd1\xe2\x61\x5b\x5f\xcb\xbc\xe2\xd5\xfd\x23\xf5\x4f\x28\xfc\xb4\
\x3e\x8d\x96\x46\x0a\x85\x20\x99\x97\xf9\xb0\x78\x75\x43\xd1\x97\
\x0c\x3b\x1d\x0f\x64\x3b\x4b\x85\x06\x8b\x58\x87\x40\x90\xdc\x6b\
\xe0\xfa\x23\xf5\x3d\x60\xf9\x8e\x92\x1a\x63\xae\xb5\xab\x58\x73\
\x8c\x8a\x5c\x28\xe3\xf4\x02\x9d\x0c\x67\xd5\x55\x59\x51\xff\x4a\
\x2b\xc1\x4e\x1d\x71\x23\xc0\x54\x01\x93\x28\xc2\x49\xde\x05\x3a\
\x37\x46\x6a\xa8\x80\xcc\xfb\x52\xea\xd0\xb9\xca\x18\xad\x27\x08\
\x80\xf3\xd9\x26\xb6\x7d\xbf\x82\x6d\xd1\x49\x26\x75\xa2\xb2\x56\
\xed\xaa\x04\x80\xab\xbe\xc9\x7d\x25\x3a\x7b\x5c\x73\x35\x46\x1d\
\x72\xbb\x40\x10\x8d\x53\xe6\x25\x2e\x75\x00\x59\x66\x8c\xae\x13\
\xa4\xc1\xcb\x7c\xca\xb8\xa1\x50\xdb\xae\x10\x04\x28\x70\x1d\x58\
\x21\x44\x6a\x68\xd4\x65\x82\xd4\x7e\x0d\x9c\x63\x7f\x75\x87\x20\
\x97\x40\xb5\x22\x93\x74\x95\x20\x5d\xca\x1c\x73\xde\x75\x8d\x20\
\xda\xae\x73\x08\x86\xe3\x03\x79\xe2\xf8\xc7\xc5\x58\x7c\x17\x09\
\xb2\x3b\x52\x8f\x04\x78\xd0\xf6\x39\xc7\xaa\x53\xbb\x48\x90\xb9\
\x8d\x53\x01\x4e\x44\xf0\xfc\xe5\x81\x4c\x8c\xa3\xd9\x41\xc7\xae\
\x10\x44\x5f\xfd\xa6\x14\xee\x28\x60\xbf\xcd\x4b\xb9\x59\x2e\xee\
\x32\x41\x96\xed\x16\x9c\x3a\x88\x75\x33\x91\x2a\x5e\x92\x2d\xbb\
\xba\xa3\x33\xa3\x3f\x44\x57\x58\x7b\xfd\x9d\x19\x20\xfe\xf6\x0a\
\x87\x20\xfe\xfa\x80\x9a\x79\x8c\x00\x09\xe2\xb1\x73\xa8\x5a\xf3\
\x08\x90\x20\xcd\xfb\x80\x1a\x78\x8c\x00\x09\xe2\xb1\x73\xa8\x5a\
\xf3\x08\x90\x20\xcd\xfb\x80\x1a\x78\x8c\x00\x09\xe2\xb1\x73\xa8\
\x5a\xf3\x08\x90\x20\xcd\xfb\x80\x1a\x78\x8c\x00\x09\xe2\xb1\x73\
\xa8\x5a\xf3\x08\x90\x20\xcd\xfb\x80\x1a\x78\x8c\x00\x09\xe2\xb1\
\x73\xa8\x5a\xf3\x08\x90\x20\xcd\xfb\x80\x1a\x78\x8c\x00\x09\xe2\
\xb1\x73\xa8\x5a\xf3\x08\x04\x43\x10\x7d\x64\xb5\x79\xb8\x2f\x35\
\x10\xc4\x9b\x15\x3f\x2c\xa9\xcf\x85\x3e\x0b\x5e\xb2\x8f\xb3\xe6\
\x02\xdc\x74\x26\xdc\x23\xc1\x5d\x26\xc8\x99\x00\xc7\x22\x38\xe1\
\x76\x77\x37\x11\x97\x6c\x77\xdf\x57\xc0\x5d\x00\x1f\xb9\x19\xa5\
\x59\xa9\x5d\x24\x88\xfe\xa5\x1d\xbe\x1e\xc8\x61\xb3\xd0\xa6\x8f\
\xde\x95\xf3\x20\x8b\x16\xee\x8e\xd4\x03\x01\x86\x06\x99\xd1\x57\
\x37\x5d\x66\xfb\xfe\x48\x29\xaf\x35\x2c\xa7\x5c\x66\x11\xb3\x72\
\xa2\xdc\xb5\xee\x22\x41\x34\x5a\xc9\x91\x5b\x7d\xee\xe6\xba\x3b\
\xf4\xea\x95\xdc\x25\x82\xe4\x16\x31\xab\x17\xda\xb0\x32\xc8\xdc\
\xda\x84\x24\x3a\x7b\xdf\xf1\x05\xef\x2a\x7a\x74\x85\x20\xad\xc8\
\x1c\x73\x47\x75\x35\x83\xac\x90\xa4\x13\x99\xa4\x0b\x04\xb9\x98\
\x6d\x62\x8b\x85\xe3\xaa\xfc\x4e\xda\xef\x9b\x64\x92\x69\xdb\xe7\
\x24\xad\x27\x48\x91\xd2\xa3\x7a\xb5\x25\xd2\xcb\x92\x11\x76\xd0\
\xab\xa9\x4e\x6c\x84\x37\xe3\xfb\xa2\xab\x7c\xbc\xf3\xd8\xce\x20\
\x71\x81\xe8\x5e\x4d\xef\xfd\x11\xa6\xe8\x61\x32\x9b\xe1\x45\x5e\
\xe9\xd1\x64\xe2\xfe\xd8\x3e\xfd\xea\x93\xd8\x76\x82\x9c\x8d\x07\
\xb2\x95\x06\x57\x93\x45\xcc\xb2\x4a\x85\xda\x26\x88\x89\x3c\x2b\
\x21\x56\xa0\x58\x5f\x7f\xa4\x74\x16\x69\xed\x12\x70\xab\x09\x92\
\x75\xfd\x41\xd3\x45\xcc\x82\x20\xc8\x25\xcb\x32\x8b\xf5\xf1\xfa\
\x03\x2b\x3f\x45\x66\x42\x32\x2f\xd0\x19\xa9\xe3\x26\x57\x52\x02\
\x22\x88\x76\x1e\x2f\xd0\x31\x0b\x61\xb7\xbd\xd2\xae\x60\x8b\xe7\
\x1c\x0a\xdf\xb9\x1d\x3d\x5b\x7a\x60\x04\x01\xaf\x60\x6b\x32\xda\
\xd6\x8c\x9d\x13\x80\xfa\xab\x6e\xa3\x93\xc3\xd0\x08\xc2\x4b\x3c\
\x5b\x44\x90\x7e\xc3\xaf\x57\x1a\xaa\xd0\x08\xc2\x6b\xa0\x5b\x44\
\x90\xc6\x56\x75\x16\x30\x0a\x8d\x20\xb6\xed\xf5\x25\xdc\x5a\xbb\
\x8a\xe5\xbb\x43\x6c\xeb\x67\x5b\x9e\xed\x00\xf4\x5d\x3f\x53\x7b\
\x49\x10\x53\xe4\x72\xfa\xd9\x0e\x18\xdb\xf2\x6c\x9b\xed\xbb\x7e\
\xa6\xf6\x92\x20\xa6\xc8\x91\x20\x4b\x08\x90\x20\x8e\x02\xc9\x54\
\xac\xef\x0e\xb1\xad\x9f\x6d\x79\xa6\xb8\xa7\xf5\xf3\x5d\x3f\x53\
\x7b\x99\x41\x4c\x91\x63\x06\x61\x06\x71\x14\x3b\x56\xc4\xfa\xfe\
\x8b\x65\x5b\x3f\xdb\xf2\xac\x38\xc1\xe1\xaa\x9d\x6d\xfd\x4c\xe5\
\x31\x83\x98\x22\xc7\x0c\xc2\x0c\xe2\x28\x76\xac\x88\x0d\xed\x17\
\x35\x34\x7b\xad\x04\x89\x05\x21\xcc\x20\x16\x40\x5c\x27\xc2\x76\
\x40\xdb\x96\x67\xdb\x6c\xdf\xf5\x33\xb5\x97\x04\x31\x45\x8e\xaf\
\x58\x7c\xc5\x72\x14\x3b\x56\xc4\xfa\xfe\x8b\x65\x5b\x3f\xdb\xf2\
\xac\x38\x81\x93\x74\xdb\x30\xda\x93\x17\x5a\xc0\x84\x66\xaf\xbd\
\x48\xa9\x26\x89\xaf\x58\xd5\xf0\x4b\xed\x6d\x3b\xa0\x6d\xcb\xb3\
\x6d\xb6\xef\xfa\x99\xda\x4b\x82\x98\x22\xc7\x39\x08\xe7\x20\x8e\
\x62\xc7\x8a\x58\xdf\x7f\xb1\x6c\xeb\x67\x5b\x9e\x15\x27\x70\x0e\
\x62\x1b\x46\x7b\xf2\x42\x0b\x98\xd0\xec\xb5\x17\x29\xd5\x24\xf1\
\x15\xab\x1a\x7e\x9c\x83\x24\x08\xf8\x4e\x60\x53\x37\x93\x20\xa6\
\xc8\x71\x0e\xc2\x39\x88\xa3\xd8\xb1\x22\xd6\xf7\x5f\x2c\xdb\xfa\
\xd9\x96\x67\xc5\x09\x9c\x83\xd8\x86\xd1\x9e\xbc\xac\x80\xf1\xa1\
\x68\x83\xed\x22\x06\xa1\xd9\x6b\x2f\x52\xaa\x49\xea\xea\x2b\x96\
\x0f\x65\x7f\x1e\xa6\x5d\xe2\x63\x52\x54\x22\x27\x83\x74\xce\xde\
\x6a\x61\x6d\xaf\x77\x6b\x09\xa2\x21\x48\x2b\x1c\xb7\xf3\x54\x6d\
\x6d\xf4\xf0\xbd\x3d\x98\xca\x4b\x72\x51\x48\x2d\x34\x7b\xcb\xa3\
\x6e\xbf\x47\xab\x09\xe2\x71\xe9\x51\x27\xa5\x38\x43\xb3\xd7\x7e\
\xb8\x97\x97\xd8\x6a\x82\x14\x28\x5e\xdd\xc4\x25\x2e\x99\x97\xf9\
\x54\x29\xe6\x1c\x9a\xbd\xe5\xc3\xd9\x7e\x8f\x56\x13\x04\xc0\x74\
\x3c\x90\xed\x34\x58\x1a\xb8\x0e\x2c\xf7\x1a\xb8\xfe\x48\xe9\x57\
\xbf\xd4\x2b\x1b\x72\x5c\x1c\x9a\xbd\xf6\x23\xbe\xa4\xc4\xb6\x13\
\x44\x97\xf8\x4c\x9d\x0c\xcf\xb1\xd0\x73\x92\x5e\x0f\xfb\xfa\x7e\
\x72\x65\x1e\x9c\x6b\xa1\x15\x60\xaa\xef\x2f\x8f\x22\x9c\xe4\x5d\
\x28\x73\x63\xa4\x86\x0a\x78\x54\xd2\x47\xab\xdf\x1b\x82\xb2\xb7\
\x0a\x56\x36\xfa\xb6\x9e\x20\x00\xce\x67\x9b\xd8\xf6\xfd\x0a\xb6\
\x24\x9b\xe9\xec\x71\xad\xa2\xe3\x42\xb3\xb7\x22\x5c\xd5\xba\x77\
\x81\x20\x1a\x81\xcc\x4b\x5c\xaa\x41\x54\xbd\xb7\x83\xcb\x7c\x42\
\xb3\xb7\xba\x13\x0c\x25\x68\x82\x4c\x3a\x71\xaf\x75\x81\xeb\xc0\
\x0c\x31\xaa\xd4\xcd\xd9\x35\x70\xa1\xd9\x5b\xc9\x0b\x66\x9d\xf5\
\xb7\x27\x31\xf9\x68\x65\x36\x5c\x2d\xbd\xbc\xfa\x65\x75\x90\x39\
\x56\x41\x0c\xcd\xde\x5a\x82\x68\x3e\x48\x17\x09\xa2\x6d\x3b\x87\
\x60\x38\x3e\x90\x27\xb5\xa2\xb9\x32\xd8\xee\x48\x3d\x12\x40\xdf\
\x72\x5b\x75\xce\x91\x67\x46\x68\xf6\xe6\xe1\x61\xed\xef\x31\x41\
\xfa\x47\xea\x04\x0a\x9f\x5a\x93\xea\x8f\xa0\xa9\x00\x27\x22\x78\
\xfe\xf2\x40\xf4\x6b\xa4\xf3\x47\x5f\xfd\xa6\x14\xee\x28\x60\xbf\
\xc2\x52\xae\xa9\x9e\xa1\xd9\x6b\x8a\x53\xf1\x7e\x82\x17\x62\x63\
\xe9\xb1\xf8\x88\x0d\xb6\x14\xe8\x8f\x86\xee\x1e\x85\x3d\x77\xc2\
\x0d\x24\x87\x66\xaf\x01\x44\x79\x5d\xf4\x87\x59\xd9\x3d\x52\x77\
\x45\xe1\x59\x5e\x63\xfe\x9d\x08\x04\x88\xc0\x6d\xb9\xf1\x54\xed\
\xa9\x1e\xbe\x0e\xd0\x78\x9a\x4c\x04\x32\x11\x90\x08\xb7\x44\xb7\
\xe8\x8f\x94\x22\x56\x44\x80\x08\x2c\x23\xa0\x77\x4f\xcf\x09\x32\
\x05\xf0\x11\x01\x22\x02\x44\xe0\x0a\x81\xb3\xf1\x40\xb6\xe6\x04\
\x39\x06\x70\x87\xe0\x10\x01\x22\x70\x85\x40\x7c\x64\x21\x26\x08\
\x27\xea\x0c\x0b\x22\xb0\x8c\x80\x12\xdc\x7b\x7d\x20\xc7\x31\x41\
\x7c\x38\x81\x47\x07\x11\x01\x9f\x10\x98\x9f\x08\x8d\x09\x92\x4c\
\xd4\x39\x0f\xf1\xc9\x43\xd4\xa5\x49\x04\xde\x8c\x07\xb2\xa3\x15\
\x78\x4b\x90\x2f\xd5\x21\x04\x9f\x37\xa9\x15\xc7\x26\x02\x5e\x20\
\xa0\xf0\x64\x7c\x5f\xf4\x36\xa1\xb7\x04\xd1\xdb\x24\x22\x85\xef\
\xbc\x50\x90\x4a\x10\x81\x06\x11\x58\x3c\xfb\x7f\x95\x41\xf8\x9a\
\xd5\xa0\x47\x38\xb4\x4f\x08\xc4\xcb\xbb\x73\x85\x96\x08\xb2\x3b\
\x52\x8d\xd7\x57\xf2\x09\x29\xea\x12\x1e\x02\xab\x47\xb8\x97\x08\
\xc2\xd5\xac\xf0\x02\x82\x16\x2f\x23\xb0\x5a\xcf\x6c\x89\x20\xba\
\x69\xc7\x0e\x50\xd1\xff\x44\xa0\x30\x02\xeb\xaa\x57\xbe\x43\x10\
\x6e\x5e\x2c\x8c\x27\x1b\x76\x0c\x01\xbd\x39\xf1\xd5\x67\xb2\x74\
\x2c\xe2\x1d\x82\x30\x8b\x74\xcc\xeb\x34\xa7\x10\x02\x69\xb5\x8f\
\xd7\x12\x84\x59\xa4\x10\xa6\x6c\xd4\x21\x04\xd6\x65\x8f\xa5\xef\
\x20\xab\xb6\x72\x2e\xd2\x21\xef\xd3\x94\x4c\x04\xb2\x2a\xe7\xaf\
\xcd\x20\x5a\x1a\xb3\x08\xa3\x2a\x14\x04\xd2\xb2\x47\x66\x06\xd1\
\x7f\xec\x70\x41\x87\x50\x7c\x4f\x3b\xf3\x11\x48\xad\xc4\x9f\x4b\
\x90\xa4\xae\x93\xde\xc4\xf8\x61\xfe\x38\x6c\x41\x04\x5a\x87\xc0\
\xc5\x6c\x13\x5b\x59\x65\x6b\x53\x5f\xb1\xe6\xa6\xf2\xeb\x7a\xeb\
\x9c\x4e\x85\x0b\x22\x50\xa4\xf0\x79\x2e\x41\xe2\x57\xad\xae\x94\
\x27\x2d\x08\x1c\x9b\x05\x81\xc0\xd5\x96\xf6\x2c\x6b\x0b\x11\x24\
\xd9\x82\xa2\x8b\xaf\xf1\x55\x2b\x88\xd8\xe9\xbc\x91\x17\xb3\x08\
\x3b\x79\xd7\x55\xe4\xce\x41\x16\x61\xea\x8f\x94\xae\x16\xf8\x55\
\xe7\xa1\xa3\x81\x21\x20\x70\x7b\x3c\x90\x93\x22\x86\x16\xca\x20\
\x73\x41\x55\xae\x0f\x2b\xa2\x0c\xdb\x10\x01\xe7\x08\x2c\x1c\x86\
\x2a\x32\x56\x29\x82\x70\x3e\x52\x04\x52\xb6\xf1\x18\x81\x42\xf3\
\x8e\x45\xfd\x4b\x13\x24\x59\xfa\x6d\xe2\x72\x4c\x8f\x71\xa7\x6a\
\x2d\x40\x20\xf3\x72\xd5\x34\xfd\x4b\x13\x44\x0b\xe2\xf7\x91\x16\
\x84\x03\x55\x5c\x44\x20\xf7\x7b\x87\x55\x82\x68\x61\xc9\x19\x76\
\x9d\x49\xb8\xb2\xc5\x60\xf4\x19\x81\x8b\x9e\x60\xcf\xf4\x0a\x0c\
\xa3\x0c\x32\x47\x83\x24\xf1\x39\x2e\xa8\x1b\x80\x4a\xe4\x28\xb5\
\xcc\x9b\x06\x37\x49\xc2\x40\xf4\x14\x81\xca\xe4\xb0\x42\x90\x85\
\x39\x09\x27\xee\x9e\x46\x4a\x80\x6a\x19\x4d\xc8\xd7\xe1\x54\xe9\
\x15\x6b\x51\x20\x57\xb7\x02\x0c\x43\x3f\x4d\xb6\x46\x0e\x6b\x19\
\x64\x11\x27\x7e\x4c\xf4\x33\x6a\x82\xd0\xaa\xe4\x47\xc0\x22\x98\
\x58\xcb\x20\x4b\x24\xb9\xdc\x96\xa2\xaf\x54\xe0\x0a\x57\x11\x2f\
\xb0\x4d\x55\x04\x2e\x00\xdc\x2d\xba\x7d\xa4\xcc\x60\x4e\x08\x12\
\xcf\x4b\x9e\xaa\xad\x8d\x1e\xf4\x7e\x97\xeb\x65\x14\x62\x5b\x22\
\x50\x12\x81\x37\xb3\x08\xfb\x45\x36\x1e\x96\x94\x1b\x37\x77\x46\
\x90\xb9\x32\xc9\x79\x92\x21\xb3\x89\x89\x7b\xd8\x27\x03\x81\x0b\
\x05\x0c\x5f\x0f\xe4\xd0\x25\x4a\xce\x09\xb2\xb0\xca\xa5\x0d\xe1\
\x2d\x56\x2e\xbd\x19\x8e\xec\xe7\xb3\x4d\x3c\xc8\x3a\x09\x68\x0b\
\x8a\x5a\x08\x32\x57\x56\x17\x82\x88\x7a\x18\x0a\x70\xd3\x96\x01\
\x94\x13\x0e\x02\xba\xfa\x48\x2f\xc2\x70\xb5\xb8\x9b\x4b\x04\x6a\
\x25\x08\x89\xe2\xd2\x95\xdd\x95\xdd\x04\x31\xe6\x68\x36\x42\x10\
\x12\xa5\xbb\xc1\x6c\xd3\xb2\x26\x89\xe1\x05\x41\xe6\x4a\xe8\x15\
\xaf\x5e\x0f\xfb\x02\xe8\x5b\x7d\x78\x1d\xb5\xcd\x28\x6b\x9f\xac\
\x33\x05\x1c\x46\x11\x4e\x5c\xad\x4c\x95\x81\xa4\xd1\x0c\xb2\x4e\
\xd1\x78\x6f\x57\x84\xbb\x10\xe8\x6f\x29\x24\x4b\x19\x6f\xb6\xb7\
\xed\x1b\x28\x9c\xf6\x7a\x38\x36\xdd\x75\xeb\xca\x74\xef\x08\xb2\
\x68\x68\x9c\x59\x36\xb0\x27\x0a\x7b\x40\xfc\x1f\x09\xe3\x2a\x12\
\xea\x95\x7b\x06\xe0\x54\x09\x4e\xa3\x19\x4e\x7d\xc8\x14\x69\xe6\
\x7b\x4d\x90\x75\x4a\x27\x25\x51\xaf\x09\xb0\xa3\x04\x3b\x4a\xe1\
\xda\xc2\xfb\x22\x57\xc7\xea\x0d\xf4\xb5\xa3\xe9\xb9\xc3\x95\x4f\
\x04\xe7\xa2\x30\x51\xc0\x44\x22\x9c\xd7\xb9\x02\x65\x03\x8a\xff\
\x03\x31\xf0\xc1\xd8\x99\x3a\xea\xac\x00\x00\x00\x00\x49\x45\x4e\
\x44\xae\x42\x60\x82\
"
qt_resource_name = b"\
\x00\x05\
\x00\x70\x37\xd5\
\x00\x69\
\x00\x6d\x00\x61\x00\x67\x00\x65\
\x00\x09\
\x09\xf6\x86\x47\
\x00\x62\
\x00\x61\x00\x73\x00\x69\x00\x63\x00\x2e\x00\x70\x00\x6e\x00\x67\
"
qt_resource_struct_v1 = b"\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
\x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
"
qt_resource_struct_v2 = b"\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x01\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x00\x00\x02\x00\x00\x00\x01\x00\x00\x00\x02\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x10\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x01\x85\xcf\x17\x47\x16\
"
qt_version = [int(v) for v in QtCore.qVersion().split('.')]
if qt_version < [5, 8, 0]:
rcc_version = 1
qt_resource_struct = qt_resource_struct_v1
else:
rcc_version = 2
qt_resource_struct = qt_resource_struct_v2
def qInitResources():
QtCore.qRegisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
def qCleanupResources():
QtCore.qUnregisterResourceData(rcc_version, qt_resource_struct, qt_resource_name, qt_resource_data)
qInitResources()