-
Couldn't load subscription status.
- Fork 1.8k
Closed
Description
Is this possible with PySimpleGUI? If yes, how is it properly done?
I tried
mycursor.execute("SELECT * FROM thesisdb.users")
rec = mycursor.fetchall()
usersTab = [[sg.Button(key='Add User', button_color=sg.TRANSPARENT_BUTTON, border_width=0, image_filename='Buttons/Add.png')],
[sg.Table(values=rec)]]
logsTab = [[sg.T('Test Logs')]]
adminMainLayout = [[sg.TabGroup([[sg.Tab('Users', usersTab), sg.Tab('Logs', logsTab)]])]]
But it gives an error saying "TypeError: 'NoneType' object is not iterable"
Metadata
Metadata
Assignees
Labels
No labels