PDA

View Full Version : how to get data from cell of QTableview



yleesun
9th January 2009, 03:09
I need to get cell data of qtableview to update the moldeindex of the qtableview's modle.
but I don't known how to do?
Anyone would help me? thanks!

aamer4yu
9th January 2009, 04:23
What do u want to achieve ?

Its the other way round in real. model signals the view to update. All data part is handled by model, and ui part is handled by view

jpn
9th January 2009, 14:31
Perhaps QAbstractItemView::indexAt() helps.