This commit is contained in:
2025-12-19 12:21:33 +01:00
parent 995ed52dfe
commit f8e8cd89f0
2 changed files with 34 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ import FreeSimpleGUI as sg
# sg.theme('DarkAmber') # Add a touch of color
# All the stuff inside your window.
layout = [ [sg.Text('Adam Jurkiewicz')],
layout = [ [sg.Text('Wybrana data'), sg.In(key='data') ,sg.CalendarButton("Wskaż datę", target='data')],
[sg.Radio("Wybór A", "R01", default=True), sg.Radio("Wybór B", "R01")],
[sg.Text('Enter something on Row 2'), sg.InputText()],
[sg.Text('Enter something on Row XX'), sg.InputText()],