-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathlayoutLoader.kv
160 lines (125 loc) · 1.87 KB
/
layoutLoader.kv
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
#:kivy 1.1.0
<LoaderLayout>:
cols:2
canvas.before:
Color:
rgba : (0,0,0,1)
Rectangle:
pos: self.pos
size: self.size
Image:
size: [app.btH*2.,app.btH*2.]
source: './icons/ico_sailboat_256_256.png'
DLabel:
text: "Loading modules..."
DLabel:
text: "Main Window"
DLabel:
text: "?"
id: l_loaMaiWin
DLabel:
text: "Helpers"
DLabel:
text: "?"
id: l_loaHel
DLabel:
text: "App Root Layout"
DLabel:
text: "?"
id: l_appRooLay
DLabel:
text: "Action bar Layout"
DLabel:
text: "?"
id: l_actBarLay
DLabel:
text: "Configs"
DLabel:
text: "?"
id: l_loaCon
DLabel:
text: "Platform chk"
DLabel:
text: "?"
id: l_loaPlaChk
DLabel:
text: "Rest"
DLabel:
text: "?"
id: l_loaRest
DLabel:
text: "Permissions"
DLabel:
text: "?"
id: l_permissions
DLabel:
text: "Sensors"
DLabel:
text: "?"
id: l_sensors
DLabel:
text: "Screen Widgets"
DLabel:
text: "?"
id: l_loaSWid
DLabel:
text: "Screen Autopilot"
DLabel:
text: "?"
id: l_loaSAut
DLabel:
text: "Screen Race"
DLabel:
text: "?"
id: l_loaSRac
DLabel:
text: "Screen Com"
DLabel:
text: "?"
id: l_loaSCom
DLabel:
text: "Screen Multiplexer"
DLabel:
text: "?"
id: l_loaSMul
DLabel:
text: "Model Screen"
DLabel:
text: "?"
id: l_loaMScr
DLabel:
text: "Screen Simulator"
DLabel:
text: "?"
id: l_loaSSim
DLabel:
text: "tx/rx tcp sensors"
DLabel:
text: "?"
id: l_loaTcpSer
DLabel:
text: "Autopilot wifi arm"
DLabel:
text: "?"
id: l_AutoWifiArmTCP
DLabel:
text: "Triangulacja"
DLabel:
text: "?"
id: l_Tri
DLabel:
text: "Pake photo module"
DLabel:
text: "?"
id: l_takPho
DLabel:
text: "Screen sensors"
DLabel:
text: "?"
id: l_screSen
# DLabel:
# text: "o.O"
# BoxLayout:
# id: bl_ykpilot
# size_hint:[None,None]
# size:[300,300]