0

i am working on a program that has a GUI table widget using PYQT5 on pycharm. I preset the table before executing the GUI, but start entering the contents after the execution, as the program goes. The problem is that the graphic itself doesn't show the new values unless i doubleclick one of the headers of the table.

I want the values to show up in the GUI as I enter them to the table widget. I tried using update() or repaint() but nothing helps.

0 Answers0