Hi there,

I have a qtreeview (with a model) - Now I wish to execute some code (a slot) when an item in the tree view is double clicked. How can I do this? I'd prefer not having to derive from this treeview - as I'd like keep using the qt designer to design the interface.... Is this possible?