How to update a QTableWidget row by row
-
Hi All,
Here again with my troubles....
On my GUI I'm using a QTableWidget where I'm updating the field "row by row". I'd like that the table shows me the new data inserted every time I change the data inside a field but even though the code works the table shows me the new data after that every row have been modified. Does anyone know if there is any "refresh" method to call on the QTableWidget which can solve my issue?