-
Notifications
You must be signed in to change notification settings - Fork 0
/
mode_selector.pyui
62 lines (60 loc) · 1.88 KB
/
mode_selector.pyui
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
[
{
"selected" : false,
"frame" : "{{0, 0}, {408, 461}}",
"class" : "View",
"nodes" : [
{
"selected" : false,
"frame" : "{{0, 0}, {408, 407}}",
"class" : "TableView",
"nodes" : [
],
"attributes" : {
"data_source_action" : "self.handle_action",
"uuid" : "B15DABF3-1997-4784-8F29-A47418D05C98",
"background_color" : "RGBA(0.928571,0.928571,0.928571,1.000000)",
"data_source_items" : "",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"data_source_number_of_lines" : 1,
"enabled" : true,
"data_source_accessory_action" : "self.handle_accessory",
"data_source_delete_enabled" : true,
"row_height" : 44,
"data_source_font_size" : 18,
"name" : "tableview_spelling_mode_selector",
"flex" : "WH"
}
},
{
"selected" : false,
"frame" : "{{6, 415}, {150, 40}}",
"class" : "Button",
"nodes" : [
],
"attributes" : {
"flex" : "RT",
"uuid" : "D20777B1-8BC1-49DF-83DF-A9DD747EDF4A",
"corner_radius" : 15,
"background_color" : "RGBA(0.857143,0.857143,0.857143,1.000000)",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)",
"border_width" : 0,
"title" : "Abbrechen",
"action" : "self.handle_action",
"enabled" : true,
"font_bold" : false,
"name" : "button_cancel",
"font_size" : 15
}
}
],
"attributes" : {
"flex" : "",
"enabled" : true,
"background_color" : "RGBA(0.785714,0.785714,0.785714,1.000000)",
"name" : "Regelsatz laden",
"tint_color" : "RGBA(0.000000,0.478000,1.000000,1.000000)",
"border_color" : "RGBA(0.000000,0.000000,0.000000,1.000000)"
}
}
]