added fullscreen showcase screen (currently in development and still buggy
This commit is contained in:
0
bin/autocomplete.py
Normal file → Executable file
0
bin/autocomplete.py
Normal file → Executable file
0
bin/csv_parsers.py
Normal file → Executable file
0
bin/csv_parsers.py
Normal file → Executable file
0
bin/filepathanalysis.py
Normal file → Executable file
0
bin/filepathanalysis.py
Normal file → Executable file
26
bin/gui/gui.kv
Normal file → Executable file
26
bin/gui/gui.kv
Normal file → Executable file
@@ -86,6 +86,32 @@ RootScreen:
|
||||
on_release:
|
||||
root.dismiss()
|
||||
|
||||
<LeavePU>:
|
||||
title: "DISABLE FULLSCREEN AND LEAVE"
|
||||
font_size: 50
|
||||
size_hint: 0.5, 0.4
|
||||
auto_dismiss: False
|
||||
GridLayout:
|
||||
cols:1
|
||||
Label:
|
||||
text: "Please enter the password to leave the fullscreen mode!"
|
||||
font_size: 18
|
||||
TextInput:
|
||||
id: passw
|
||||
multiline: False
|
||||
input_filter: "string"
|
||||
Label:
|
||||
id: output
|
||||
text: ""
|
||||
Button:
|
||||
text:"Ok"
|
||||
on_release:
|
||||
root.check_pwd()
|
||||
Button:
|
||||
text: "cancel"
|
||||
on_release:
|
||||
root.dismiss()
|
||||
|
||||
###########
|
||||
# SCREENS
|
||||
###########
|
||||
|
||||
0
bin/info_handler.py
Normal file → Executable file
0
bin/info_handler.py
Normal file → Executable file
0
bin/player.py
Normal file → Executable file
0
bin/player.py
Normal file → Executable file
Reference in New Issue
Block a user