added fullscreen showcase screen (currently in development and still buggy

This commit is contained in:
janis
2022-09-27 15:34:36 +02:00
parent 82b0e29d8d
commit 706e4da77c
20 changed files with 58 additions and 4 deletions

0
bin/autocomplete.py Normal file → Executable file
View File

0
bin/csv_parsers.py Normal file → Executable file
View File

0
bin/filepathanalysis.py Normal file → Executable file
View File

26
bin/gui/gui.kv Normal file → Executable file
View 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
View File

0
bin/player.py Normal file → Executable file
View File