Hi,
I'm doubleclicking on a QTreeView and getting a QModelIndex as a paramater. using the SIGNAL() DoubleClicked(QModelIndex),

How can I use this QModelIndex to retreive the correct TreeItem from my model (it's an n-ary tree).