PySimpleGUI / PySimpleGUI/PySimpleGUI
Table headings are not working properly in PySimpleGUIQt
Open
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 13.8k
- Forks
- 1.8k
- PR merge metrics
- No merged PRs in 30d
Description
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:
Table headings should be same headings which are passed as a parameter but instead they are numbers.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in PySimpleGUIQt/PySimpleGUIQt.py at the linked lines around 5438-5439, and trace how the table headings parameter is passed to the Qt table widget. Reproduce the issue with PySimpleGUIQt 0.26.0 and confirm that the displayed headings match the supplied headings rather than numeric indexes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- desktop
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100