Hello
I have a signal/slot connection which I want to express with
@pyqtSignature syntax but am not sure how to do it.
self.connect(self.myView.selectionModel(),
SIGNAL("currentRowChanged(QModelIndex,QModelIndex)"), self.changed)
Any help appreciated.