Hi,

So you mean, detect when the current row in a view is changed, not when the
row content in the model is changed.

Then you're looking for the currentChanged signal in QItemSelectionModel
(you can get the selection model from the view via
QAbstractItemView::selectionModel())

Cheers,

Clément


2013/11/8 Joseph W. Joshua <jos...@megvel.me.ke>

> Hi All,
>
> Is it possible to detect when a QTreeView / QTableView row is changed?
> An example is when the user changes the current row using keyboard
> navigation.
>
> Josh.
> _______________________________________________
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
_______________________________________________
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

Reply via email to