-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathresource_rc.py
56 lines (48 loc) · 1.98 KB
/
resource_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
# -*- coding: utf-8 -*-
# Resource object code
#
# Created: 周二 一月 20 13:37:18 2015
# by: The Resource Compiler for PyQt (Qt v4.8.5)
#
# WARNING! All changes made in this file will be lost!
from PyQt4 import QtCore
qt_resource_data = "\
\x00\x00\x00\xff\
\x89\
\x50\x4e\x47\x0d\x0a\x1a\x0a\x00\x00\x00\x0d\x49\x48\x44\x52\x00\
\x00\x00\x10\x00\x00\x00\x10\x08\x06\x00\x00\x00\x1f\xf3\xff\x61\
\x00\x00\x00\xc6\x49\x44\x41\x54\x38\xcb\xc5\x92\x51\x8e\xc4\x20\
\x0c\x43\x1f\x5c\xac\xb9\x59\xdf\xd1\xb8\x19\xfb\x51\x60\xc2\x88\
\xfe\x8d\xb4\x54\x15\x4a\x8b\x6d\xe2\x18\xfe\x7b\x95\xb7\x1f\x6a\
\xff\xaa\x8b\xda\x55\x54\x40\xf4\x1d\x0f\xd0\x81\x2e\x74\xa4\x8b\
\x7d\x90\xe6\xf7\xcc\x30\xd5\x7d\x8a\xb7\x3b\xa2\x52\x5f\x94\x27\
\x51\x66\x5d\x84\x2e\x02\x4a\x3d\xa8\x0f\xe9\xb5\xe1\x00\x39\x3e\
\x3e\x47\xdc\x4d\xcc\xa6\x39\x9e\x13\x79\x26\x62\xde\x20\x83\x23\
\x62\x81\x23\x82\x88\xd8\x09\x5c\x0d\x00\x50\x73\xaf\xf3\x70\x44\
\x70\xdf\x37\x00\xd7\x75\xf1\xf1\xd2\xe4\xc1\xc8\xc1\xf7\xbc\x33\
\x51\x6b\x6d\x81\x1f\xf5\x55\xac\xd6\xeb\x69\x4a\xad\xb5\x05\x8e\
\x88\x8f\xfa\xc1\x9b\x8a\x7b\xbf\xcb\xf9\x44\xb6\x1b\xb9\x67\xa7\
\x22\x45\x25\x92\x2a\x7e\x02\x34\xdb\xf1\x25\x53\xe5\x10\xa2\x32\
\x27\xa3\x6c\x99\x30\xf5\xfe\xb3\xf5\x07\x60\x3e\x71\xc5\xb3\x40\
\x5a\xf7\x00\x00\x00\x00\x49\x45\x4e\x44\xae\x42\x60\x82\
"
qt_resource_name = "\
\x00\x08\
\x08\x04\x51\xff\
\x00\x6d\
\x00\x61\x00\x69\x00\x6e\x00\x5f\x00\x69\x00\x63\x00\x6f\
\x00\x0b\
\x03\xf8\x85\x87\
\x00\x4c\
\x00\x52\x00\x46\x00\x33\x00\x30\x00\x32\x00\x33\x00\x2e\x00\x70\x00\x6e\x00\x67\
"
qt_resource_struct = "\
\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\x16\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()