-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathhexeditor.pyui
More file actions
114 lines (110 loc) · 3.35 KB
/
hexeditor.pyui
File metadata and controls
114 lines (110 loc) · 3.35 KB
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
[
{
"selected" : false,
"frame" : "{{0, 0}, {492, 265}}",
"class" : "View",
"nodes" : [
{
"selected" : false,
"frame" : "{{0, 0}, {492, 265}}",
"class" : "ScrollView",
"nodes" : [
{
"selected" : false,
"frame" : "{{0, 0}, {512, 121.5}}",
"class" : "TextView",
"nodes" : [
],
"attributes" : {
"flex" : "WHB",
"font_size" : 17,
"editable" : false,
"frame" : "{{20, 20}, {200, 200}}",
"spellchecking_type" : "no",
"class" : "TextView",
"uuid" : "D04114A8-A9C5-45C7-9A32-797FD138FCBB",
"alignment" : "left",
"autocorrection_type" : "no",
"name" : "textview1",
"font_name" : "Courier"
}
},
{
"selected" : false,
"frame" : "{{6, 139}, {89, 32}}",
"class" : "TextField",
"nodes" : [
],
"attributes" : {
"flex" : "",
"font_size" : 17,
"frame" : "{{20, 104}, {200, 32}}",
"spellchecking_type" : "no",
"class" : "TextField",
"uuid" : "D10F7624-BF2E-4B4F-96A4-4DBBCE4A6568",
"alignment" : "left",
"autocorrection_type" : "no",
"name" : "offset",
"font_name" : "Courier"
}
},
{
"selected" : false,
"frame" : "{{103, 139}, {283, 32}}",
"class" : "TextField",
"nodes" : [
],
"attributes" : {
"flex" : "",
"font_name" : "Courier",
"frame" : "{{46, 104}, {200, 32}}",
"spellchecking_type" : "no",
"class" : "TextField",
"uuid" : "EBD75DBD-7781-437A-BE86-A658C1B58EAD",
"alignment" : "left",
"autocorrection_type" : "no",
"font_size" : 17,
"name" : "hexstring"
}
},
{
"selected" : false,
"frame" : "{{394, 139}, {112, 32}}",
"class" : "TextField",
"nodes" : [
],
"attributes" : {
"font_size" : 17,
"frame" : "{{145, 104}, {200, 32}}",
"spellchecking_type" : "no",
"class" : "TextField",
"uuid" : "F5B532BC-3B76-4908-9361-47D17F38EAA1",
"alignment" : "left",
"autocorrection_type" : "no",
"name" : "asciistring",
"font_name" : "Courier"
}
}
],
"attributes" : {
"flex" : "WH",
"frame" : "{{86, -28}, {320, 320}}",
"uuid" : "EF6C46C0-A65C-4170-9A45-1BF5B8DA1617",
"content_height" : 339,
"class" : "ScrollView",
"content_width" : 512,
"name" : "scrollview1"
}
}
],
"attributes" : {
"flex" : "",
"enabled" : true,
"tint_color" : "RGBA(0.000000,0.478000,1.000000,1.000000)",
"custom_class" : "Display",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"background_color" : "RGBA(1.000000,1.000000,1.000000,1.000000)",
"name" : "Hex Editor"
}
}
]