Update to the config screen

This commit is contained in:
janis
2022-03-28 16:44:11 +02:00
parent 91c84df73c
commit 9ad2405f13
3 changed files with 15 additions and 5 deletions

2
.idea/misc.xml generated
View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<project version="4"> <project version="4">
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.8" project-jdk-type="Python SDK" /> <component name="ProjectRootManager" version="2" project-jdk-name="Python 3.10" project-jdk-type="Python SDK" />
</project> </project>

View File

@@ -4,7 +4,7 @@
<content url="file://$MODULE_DIR$"> <content url="file://$MODULE_DIR$">
<excludeFolder url="file://$MODULE_DIR$/venv" /> <excludeFolder url="file://$MODULE_DIR$/venv" />
</content> </content>
<orderEntry type="jdk" jdkName="Python 3.8" jdkType="Python SDK" /> <orderEntry type="jdk" jdkName="Python 3.10" jdkType="Python SDK" />
<orderEntry type="sourceFolder" forTests="false" /> <orderEntry type="sourceFolder" forTests="false" />
</component> </component>
</module> </module>

View File

@@ -1,7 +1,7 @@
MDScreen: ConfigureScreen:
name: "Config" name: "Config"
# md_bg_color: app.theme_cls.accent_color md_bg_color: app.theme_cls.accent_color
md_bg_color: (0, 0, 0, 1) # md_bg_color: (0, 0, 0, 1)
MDFloatLayout: MDFloatLayout:
cols:1 cols:1
MDFlatButton: MDFlatButton:
@@ -28,6 +28,16 @@ MDScreen:
size_hint: 0.3, 0.1 size_hint: 0.3, 0.1
pos_hint: {"x": 0.1, "y": 0.6} pos_hint: {"x": 0.1, "y": 0.6}
values: ["Windows 10", "Windows 11", "GNU/Linux (Alle Distributionen)"] values: ["Windows 10", "Windows 11", "GNU/Linux (Alle Distributionen)"]
Spinner:
text: "Bildschirmauflösung"
size_hint: 0.3, 0.1
pos_hint: {"x": 0.6, "y": 0.6}
values: ["720p (720x1280)", "1080p (1080x1920)", "2K/1440p (1440x2560)", "4K/2160p (2160x3840)"]
Spinner:
text: "Bildschrimwiederholrate"
size_hint: 0.3, 0.1
pos_hint: {"x": 0.1, "y": 0.6}
values: ["60Hz - 75Hz", "75 - 120Hz", "120Hz - 144Hz", "144 - 165Hz", "bis 250Hz", "Mehr als 250Hz"]
MDTextField: MDTextField:
hint_text: "Budget" hint_text: "Budget"
id: budget_info id: budget_info