Hi
I connected a signal on a qtableview widget :
self.tableView.connect(self.tableView.selectionModel(),
QtCore.SIGNAL("currentChanged(const QModelIndex &, const QModelIndex
&)"), self.selectionChanged)
I tried many ways to disconnect it :
self.tableView.disconnect( QtCore.SIGNAL("currentChanged(const
QModelIndex &, const QModelIndex &)"), self.selectionChanged)
self.tableView.disconnect( QtCore.SIGNAL("currentChanged"),
self.selectionChanged)
self.tableView.disconnect( QtCore.SIGNAL("currentChanged"))
self.tableView.disconnect( "currentChanged")
...
...
Nothing works....
Thanks.
David.
(A pyside newbie....)
_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside