forked from cs171055/dmtoolkit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdmtoolkit.kv
More file actions
81 lines (63 loc) · 2.21 KB
/
dmtoolkit.kv
File metadata and controls
81 lines (63 loc) · 2.21 KB
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
#:import dp kivy.metrics.dp
# on_touch_down: print(dir(self))
# ids in this file: top_app_bar, screen_manager, nav_drawer
# welcome, tutorial, info, load, preprocessing, technique, visualise, settings
<CategoryTitle@MDLabel>:
size_hint_x: 1
size_hint_y: None
height: 40
halign: 'center'
valign: 'center'
text: 'CATEGORY TITLE'
font_style: 'Body Mono'
<RootScreen>:
MDBoxLayout:
orientation: "vertical"
ZTopAppBar:
id: top_app_bar
type: "small"
title: "Welcome"
button_callback: lambda obj: nav_drawer.set_state("toggle")
MDNavigationLayout:
MDScreenManager:
id: screen_manager
transition: app.transition
on_current:
top_app_bar.title = self.current
md_bg_color: self.theme_cls.backgroundColor
MDScreen:
name: 'Welcome'
WelcomeLayout:
id: welcome
MDScreen:
name: 'Tutorial'
TutorialLayout:
id: tutorial
MDScreen:
name: 'Load Dataset'
LoadLayout:
id: load
MDScreen:
name: 'Preprocessing'
PreprocessingLayout:
id: preprocessing
MDScreen:
name: 'Split & Tune'
SplitLayout:
id: split
MDScreen:
name: 'Technique Selection'
TechniqueLayout:
id: technique
MDScreen:
name: 'Visualise & Export'
VisualiseLayout:
id: visualise
MDScreen:
name: 'Settings'
SettingsLayout:
id: settings
ZNavigationDrawer:
id: nav_drawer
ZNavigationDrawerMenu:
# Navigation items are generated