Skip to content

Table headings are not working properly in PySimpleGUIQt #1419

@ErikSniper

Description

@ErikSniper

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions