From 9ad2405f1321734c919b3d75845c68fbb2a44c74 Mon Sep 17 00:00:00 2001 From: janis Date: Mon, 28 Mar 2022 16:44:11 +0200 Subject: [PATCH] Update to the config screen --- .idea/misc.xml | 2 +- .idea/test scrapping.iml | 2 +- gui_main/configurator.kv | 16 +++++++++++++--- 3 files changed, 15 insertions(+), 5 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index d1e22ec..dc9ea49 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,4 +1,4 @@ - + \ No newline at end of file diff --git a/.idea/test scrapping.iml b/.idea/test scrapping.iml index 0e4e9fa..9a323b0 100644 --- a/.idea/test scrapping.iml +++ b/.idea/test scrapping.iml @@ -4,7 +4,7 @@ - + \ No newline at end of file diff --git a/gui_main/configurator.kv b/gui_main/configurator.kv index 598918e..02e837e 100644 --- a/gui_main/configurator.kv +++ b/gui_main/configurator.kv @@ -1,7 +1,7 @@ -MDScreen: +ConfigureScreen: name: "Config" - # md_bg_color: app.theme_cls.accent_color - md_bg_color: (0, 0, 0, 1) + md_bg_color: app.theme_cls.accent_color + # md_bg_color: (0, 0, 0, 1) MDFloatLayout: cols:1 MDFlatButton: @@ -28,6 +28,16 @@ MDScreen: size_hint: 0.3, 0.1 pos_hint: {"x": 0.1, "y": 0.6} 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: hint_text: "Budget" id: budget_info