[PyQt] connect problem on windows xp

"Sybren A. Stüvel" sybren at stuvel.eu
Wed Jul 28 18:16:16 BST 2010


On 27-7-2010 10:30, Fabio Mauri wrote:
> the whole file is quite big, but I think that the following is the
> interesting part (if you need something more, ask me and I'll post
> it):

I think we need less, not more. This code won't run anyway, since you
didn't provide the Ui_Wdw class. Try to create an example that's minimal.

>         QObject.connect(self.refresh, SIGNAL("clicked()"), self.refreshList)
...
>         self.objList.itemDoubleClicked.connect(self.showItem)

Is there a reason that you use one style of connecting in one part of
your code, and the other a few lines further down?



Sybren


More information about the PyQt mailing list