I want to associate additional data with each QTableWidgetItem inserted into the table, in order to use that data in future, when it is being clicked on a table item. But that d
You could derive from QTableItem and provide your own data member, or you could use the QTableView with your own model.