[PyKDE] Signal issues/Demo core-dump
Bill Eldridge
bill at hk.rfa.org
Thu Jan 20 13:18:18 GMT 2000
I'm running some of the PyQT demos,
and after tut6.py, they start having problems -
PYSIGNAL doesn't seem to work right, nor does
connect(self,SIGNAL(xxx),someobj.somefunc()) -
only the connect(self.SIGNAL(xxx),someobj,SLOT("somefunc()")
I'm also trying to connect signal A to signal B -
i.e.:
connect(mybutton,SIGNAL("clicked()"),myresponse,SIGNAL("clicked"))
I get a core dump when I do this (with PYSIGNAL as well).
Any ideas on what's going on?
--
Bill Eldridge
Radio Free Asia
bill at rfa.org
More information about the PyQt
mailing list