Type of Issues (Enhancement, Error, Bug, Question)
Bug
Operating System
Windows 10 64-bit
Python version
Python 3.7.3
PySimpleGUI Port and Version
PySimpleGUIQt 0.26.0
Code or partial code causing the problem
I think this is the code which is causing the problem:
|
for colnum, columns in enumerate(rows): |
|
element.QT_TableWidget.setItem(rownum, colnum, QTableWidgetItem(element.Values[rownum][colnum])) |
Table headings should be same headings which are passed as a parameter but instead they are numbers.
Type of Issues (Enhancement, Error, Bug, Question)
Bug
Operating System
Windows 10 64-bit
Python version
Python 3.7.3
PySimpleGUI Port and Version
PySimpleGUIQt 0.26.0
Code or partial code causing the problem
I think this is the code which is causing the problem:
PySimpleGUI/PySimpleGUIQt/PySimpleGUIQt.py
Line 5438 in 3594ffd
PySimpleGUI/PySimpleGUIQt/PySimpleGUIQt.py
Line 5439 in 3594ffd
Table headings should be same headings which are passed as a parameter but instead they are numbers.