add kivy file
This commit is contained in:
parent
85c2f03bac
commit
d90d5296ab
@ -59,7 +59,6 @@ class emmisionGUI(BoxLayout):
|
|||||||
class RootWidget(BoxLayout):
|
class RootWidget(BoxLayout):
|
||||||
txt_inpt = ObjectProperty(None)
|
txt_inpt = ObjectProperty(None)
|
||||||
|
|
||||||
|
|
||||||
class InterfaceApp(App):
|
class InterfaceApp(App):
|
||||||
def __init__(self,data):
|
def __init__(self,data):
|
||||||
App.__init__(self)
|
App.__init__(self)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
|
#:kivy!
|
||||||
<RootWidget>:
|
<RootWidget>:
|
||||||
txt_inpt: txt_inpt
|
txt_inpt: txt_inpt
|
||||||
orientation:"vertical"
|
orientation:"vertical"
|
||||||
|
Loading…
Reference in New Issue
Block a user