-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresources.py
65 lines (57 loc) · 2.5 KB
/
resources.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
# -*- coding: utf-8 -*-
# Resource object code
#
# Created: Sat Jan 24 17:56:03 2015
# by: The Resource Compiler for PyQt (Qt v4.8.6)
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore
qt_resource_data = b"\
\x00\x00\x01\x8a\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x78\x00\x00\x00\x78\x08\x03\x00\x00\x00\x0e\xba\xc6\xe0\
\x00\x00\x00\x03\x73\x42\x49\x54\x08\x08\x08\xdb\xe1\x4f\xe0\x00\
\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0e\xc4\x00\x00\x0e\xc4\x01\
\x95\x2b\x0e\x1b\x00\x00\x00\x18\x74\x45\x58\x74\x53\x6f\x66\x74\
\x77\x61\x72\x65\x00\x6d\x61\x74\x65\x2d\x73\x63\x72\x65\x65\x6e\
\x73\x68\x6f\x74\xc8\x96\xf0\x4a\x00\x00\x00\x66\x50\x4c\x54\x45\
\x00\x00\x00\x3c\x3c\x3c\x3c\x3c\x46\x3c\x46\x7e\x55\x55\x55\x58\
\x68\x95\x5e\x55\x55\x5f\x5e\x5e\x5f\x60\x6f\x7c\xc6\xed\x7e\x46\
\x3c\x8e\x8d\x8d\x8e\x8e\x98\x98\xd1\xef\x9b\x6f\x60\xb6\xdc\xf1\
\xb7\x99\x8e\xbf\xbf\xbf\xbf\xc0\xc4\xc8\xed\xf6\xd1\xef\xf6\xd4\
\xe9\xf4\xd5\xc5\xc0\xe9\xb6\x67\xeb\xc2\x82\xee\xed\xed\xee\xee\
\xf1\xf5\xf6\xf6\xf7\xed\xc7\xf7\xef\xd3\xf7\xf1\xdd\xf7\xf4\xe9\
\xf7\xf4\xef\xf7\xf6\xf5\xb6\x69\x03\x94\x00\x00\x00\x01\x74\x52\
\x4e\x53\x00\x40\xe6\xd8\x66\x00\x00\x00\x8a\x49\x44\x41\x54\x68\
\x81\xed\xd7\x37\x0e\x02\x31\x00\x44\x51\xc3\x12\x96\xb8\xe4\x1c\
\xef\x7f\x49\x3a\xa0\xb0\x90\xb0\x64\x17\xf0\xfe\x01\xe6\xd5\x13\
\x82\x24\x49\x92\xbe\xee\x3c\xed\x47\xab\x27\x99\xe1\xd3\xb0\x15\
\xad\x3d\x00\x83\xc1\x60\x30\x18\x0c\x06\x27\x75\xdf\xf5\x3a\xcf\
\xba\xab\x82\xf0\xf6\x6d\xba\x5a\x82\xc1\x59\xe1\xcb\x6c\x14\x6d\
\xdc\x64\x86\xcb\x04\x06\x83\xc1\x60\x30\x18\x0c\x06\xa7\x74\xdd\
\xcc\xa3\x2d\xd6\x99\xe1\xcf\xc7\x00\x0c\xfe\x3d\x38\xdc\xf6\xaf\
\x0e\xc7\x82\x70\xbe\xc0\x60\x30\x18\x0c\x06\x83\xff\x08\x96\x24\
\x49\x92\x92\x7b\x00\x7d\x5c\x21\x07\xb0\xd8\x58\xb3\x00\x00\x00\
\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
"
qt_resource_name = b"\
\x00\x06\
\x07\x03\x7d\xc3\
\x00\x69\
\x00\x6d\x00\x61\x00\x67\x00\x65\x00\x73\
\x00\x08\
\x0a\x61\x5a\xa7\
\x00\x69\
\x00\x63\x00\x6f\x00\x6e\x00\x2e\x00\x70\x00\x6e\x00\x67\
"
qt_resource_struct = 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\x12\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
"
def qInitResources():
QtCore.qRegisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
def qCleanupResources():
QtCore.qUnregisterResourceData(0x01, qt_resource_struct, qt_resource_name, qt_resource_data)
qInitResources()