[Tutor] PyQT's signals and slots *correction

Brendon bren@europe.nl.com
Sun, 1 Jul 2001 13:23:27 +0200


On Sunday 01 July 2001 12:43, you wrote:
> back again with more questions :)
>
> i've decided to try my luck with PyQT for UI design. i'm trying to
> understand PyQT's signals and slots mechanism, but due to the lack of good
> examples i've haven't got very far.
>
 	self.buttonConnect.connect(self.buttonConnect, SIGNAL("clicked()"), ????, 
SLOT("conJ()")

    def conJ():