Hi,

I'm using a a QTableView to show data of QStandardItem model. For each individual cell change I'm going to update a custom data structure. However to detect the current cell change I need a signal to catch.

I found QItemSelectionModel::currentChanged & QItemSelectionModel::selectionChanged in the documentation. Anyway I'm bit confused with these two. Can anyone please explain the different ( despite of the signatures ) purposes of these two?

Thank you,
Indika...