Re: [PyQt] Strange observation with latest stable releases

2010-07-26 Thread detlev
On Sonntag, 25. Juli 2010, Phil Thompson wrote: On Sun, 25 Jul 2010 19:11:00 +0200, Antonio Valentino antonio.valent...@tiscali.it wrote: Hi, Il giorno Sun, 25 Jul 2010 18:26:15 +0200 detlev det...@die-offenbachs.de ha scritto: Hi, in the past code like

[PyQt] Strange observation with latest stable releases

2010-07-25 Thread detlev
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

Re: [PyQt] Strange observation with latest stable releases

2010-07-25 Thread Antonio Valentino
Hi, Il giorno Sun, 25 Jul 2010 18:26:15 +0200 detlev det...@die-offenbachs.de ha scritto: 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

Re: [PyQt] Strange observation with latest stable releases

2010-07-25 Thread Phil Thompson
On Sun, 25 Jul 2010 19:11:00 +0200, Antonio Valentino antonio.valent...@tiscali.it wrote: Hi, Il giorno Sun, 25 Jul 2010 18:26:15 +0200 detlev det...@die-offenbachs.de ha scritto: Hi, in the past code like @pyqtSlot(QTreeWidgetItem, QTreeWidgetItem) def