I wanted to test PyQt to write a quick app to display and edit data in an Excel like form but the data is never shown. Both the docs and the book I read say that using .setItem(row, colum, QTableWidgetItem(data)) on a QtableWidget object is one way to go. However, the following code doesn’t work, I only have an empty