28 lines
539 B
Text
28 lines
539 B
Text
|
#:kivy 1.0
|
||
|
|
||
|
TabbedPanel:
|
||
|
id: tp
|
||
|
do_default_tab: False
|
||
|
tab_pos: 'left_top'
|
||
|
strip_border: [1,1,1,1]
|
||
|
|
||
|
TabbedPanelItem:
|
||
|
text: 'Lights'
|
||
|
GridLayout:
|
||
|
cols: 2
|
||
|
Button:
|
||
|
text: 'Balkon'
|
||
|
Slider:
|
||
|
min: 0
|
||
|
max: 100
|
||
|
Button:
|
||
|
text: 'Fenster'
|
||
|
Slider:
|
||
|
min: 0
|
||
|
max: 100
|
||
|
|
||
|
TabbedPanelItem:
|
||
|
text: 'Cinema'
|
||
|
Label:
|
||
|
text: 'Home Cinema controls'
|