-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresources.py
80 lines (70 loc) · 2.68 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# -*- 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\x01\x03\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x20\x00\x00\x00\x20\x08\x06\x00\x00\x00\x73\x7a\x7a\xf4\
\x00\x00\x00\x09\x70\x48\x59\x73\x00\x00\x0b\x13\x00\x00\x0b\x13\
\x01\x00\x9a\x9c\x18\x00\x00\x00\xb5\x49\x44\x41\x54\x58\xc3\xed\
\x57\xcb\x0e\xc0\x20\x08\x2b\x8b\xff\x8d\xfb\x72\x76\x58\x5c\x5c\
\x86\xf1\x41\x0c\x2e\x91\x13\xa9\x0f\x68\x2d\x07\x09\x80\xc0\x29\
\x62\x8c\x08\x29\xf1\x28\x0e\xe0\x6e\x00\x00\x98\xd9\xa5\x81\x03\
\xce\x11\x4a\x0b\x27\xd1\x07\x63\xa9\xdb\x25\x9d\x63\x91\x57\x5e\
\x8a\xaa\x02\x2c\xf2\x5c\xa0\x35\x35\x4d\x81\x56\xa6\x3d\xea\x0c\
\x29\x50\x93\xd9\xaa\x4e\xe8\x61\x3a\xca\xd2\xa4\xc0\x8c\xa2\xdd\
\x4f\x30\xd3\x84\xcd\x1e\xc8\x9b\xc8\xf3\x96\x51\x1b\xf2\x80\x76\
\x61\x8e\x95\x0a\xb6\xec\x31\x4f\x81\xcb\x13\xf8\x35\xa0\x19\xcf\
\x82\xad\xa6\x40\xa8\x91\x16\x85\xc8\x28\xa6\x79\x52\x6d\xe0\xb5\
\x91\x94\x83\x16\x6c\x4f\xc1\xf6\xc0\xf6\xc0\xf6\xc0\xff\x3c\xa0\
\x51\xb0\x60\xab\x29\x40\xee\xbf\x63\x8f\x9f\x71\x1e\x17\xec\x98\
\x7a\x39\x8d\x71\x34\x0b\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\
\x60\x82\
"
qt_resource_name = b"\
\x00\x07\
\x07\x3b\xe0\xb3\
\x00\x70\
\x00\x6c\x00\x75\x00\x67\x00\x69\x00\x6e\x00\x73\
\x00\x04\
\x00\x07\x96\x2c\
\x00\x72\
\x00\x6f\x00\x6c\x00\x6c\
\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_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\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\
\x00\x00\x00\x22\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\x14\x00\x02\x00\x00\x00\x01\x00\x00\x00\x03\
\x00\x00\x00\x00\x00\x00\x00\x00\
\x00\x00\x00\x22\x00\x00\x00\x00\x00\x01\x00\x00\x00\x00\
\x00\x00\x01\x81\xb4\x71\x2e\xff\
"
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()