Files
simplePCBuilding-PC-Configu…/gui_main/configurator.kv
2022-03-24 13:45:05 +01:00

38 lines
1.4 KiB
Plaintext

MDScreen:
name: "Config"
# md_bg_color: app.theme_cls.accent_color
md_bg_color: (0, 0, 0, 1)
MDFloatLayout:
cols:1
MDFlatButton:
text: "Back"
pos_hint: {"x": 0.07, "y": 0.07}
font_size: 20
md_bg_color: app.theme_cls.primary_color
size_hint: 0.1, 0.05
on_release:
app.root.current = "HomeScreen"
root.manager.transition.direction = "left"
Spinner:
text: "Haupt-Anwendungsbereich"
size_hint: 0.3, 0.1
pos_hint: {"x": 0.6, "y": 0.8}
values: ["Gaming", "Videobearbeitung", "Fotobearbeitung", "Live-Streaming", "Office/Internet"]
Spinner:
text: "Bildschirmauflösung"
size_hint: 0.3, 0.1
pos_hint: {"x": 0.1, "y": 0.6}
values: ["720p (HD)", "1080p (FullHD)", "1440p (2K, WQHD)", "2160p (4K, UHD)", "4320p (8K)"]
Spinner:
text: "Betriebssystem"
size_hint: 0.3, 0.1
pos_hint: {"x": 0.1, "y": 0.6}
values: ["Windows 10", "Windows 11", "GNU/Linux (Alle Distributionen)"]
MDTextField:
hint_text: "Budget"
id: budget_info
size_hint: 0.3, 0.1
pos_hint: {"x": 0.1, "y": 0.8}
MDCheckbox:
size_hint: 0.05, 0.05
size: "24dp", "24dp"