[PyQt] selectionChanged or currentChanged in QTreeView

danny shevitz at lanl.gov
Thu Oct 7 16:15:12 BST 2010


> 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




More information about the PyQt mailing list