How about QAbstractItemView::clicked( const QModelIndex & index ) [signal] ?
Also if your items are editable, the view might just provide an automatic editor. Why do u need extra handling of editing info ? Have a look at the delegates examples( under item views) in Qt Demos.
Bookmarks