I have a model view with a QTreeWidget and a QAbstractItemModel in the back-end. This works fine.

I have emitted from this widget a QModelIndex which is received by another. Is it possible to retrieve the QTreeWidgetItem that is associated with this datum?

J.