Qt - How to associate data with QTableWidgetItem?
Posted
by Narek
on Stack Overflow
See other posts from Stack Overflow
or by Narek
Published on 2010-04-05T16:42:24Z
Indexed on
2010/04/05
16:53 UTC
Read the original article
Hit count: 371
I want to associate aditional 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 data should not be visible. How can I do that?
© Stack Overflow or respective owner