-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathwidget tree.txt
More file actions
45 lines (45 loc) · 955 Bytes
/
widget tree.txt
File metadata and controls
45 lines (45 loc) · 955 Bytes
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
IcarusTouchApp(App)
|
+-> IcarusTouchWidget(Widget)
|
+-> Image "Background"
|
+-> Image "Feedback Wall"
|
+-> FloatLayout "all aligned widgets"
| |
| +-> BoxLayout "Logo Box"
| | |
| | +-> Image "Logo"
| | |
| | +-> Label "App Name + Kivy Version"
| |
| +-> Label "Cyril Stoller"
| |
| +-> BoxLayout
| | |
| | +-> 2x Buttons
| |
| +-> BoxLayout
| |
| +-> 2x Buttons
|
+-> Image "Keyboard"
| |
| +-> all existing Blobs (Image)
| |
| +-> all existing Keys (Stencil)
|
+-> MySettingsPanel
|
+-> ScrollView (left)
| |
| +-> GridLayout
| |
| +-> all the background images
|
+-> ScrollView (right)
|
+-> GridLayout
|
+-> all the keyboard images