> Look in the selection model: > http://doc.trolltech.com/4.5/qitemselectionmodel.html#currentChanged thanks, I was looking in the wrong place. I guess the correct way to reference the signal is: myTreeView.selectionModel().currentChanged thanks, D