-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathui_elements.py
More file actions
29 lines (21 loc) · 754 Bytes
/
ui_elements.py
File metadata and controls
29 lines (21 loc) · 754 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
from kivymd.uix.button import MDRaisedButton
from kivymd.uix.dialog import MDDialog
from kivy.uix.scrollview import ScrollView
from kivymd.uix.list import OneLineAvatarListItem, OneLineAvatarIconListItem
from kivy.properties import StringProperty
class PopupContent(ScrollView):
pass
class CommandPopup(MDDialog):
pass
class SavePopupContent(ScrollView):
pass
class SavePopupContent(ScrollView):
pass
class ButtonOK(MDRaisedButton):
pass
class Script(OneLineAvatarIconListItem):
pass
class Item(OneLineAvatarListItem): # RENAME IT!!!! TO DO!!!!
source = StringProperty()
class CommandWithoutParameters(OneLineAvatarListItem):
source = StringProperty()