Hi,

I have a QTreeWidget that I insert some items at column 0. This items have other items,...

What I want is to know wich item is pressed. I'm reading about QModelIndex but for a tree similar of this:
- Item1
-SubItem1
-SubSubItem1

The row and column of these three items are always (0,0).
I have a SLOT called every time an item is clicked and I recive the clicked item there.

Any idea how to do it?

Thanks,