[PyQt] Strange observation with latest stable releases
detlev
detlev at die-offenbachs.de
Sun Jul 25 17:26:15 BST 2010
Hi,
in the past code like
@pyqtSlot(QTreeWidgetItem, QTreeWidgetItem)
def on_logTree_currentItemChanged(self, current, previous):
used to work. Such a method got called, whenever the current item of the tree
changed. However, with latest stable releases this is not the case anymore. If
I remove the decorator line, everything is back at normal. What is going on
here?
Regards,
Detlev
--
Detlev Offenbach
detlev at die-offenbachs.de
More information about the PyQt
mailing list