Hello,
> > self.connect(self, PYSIGNAL("sigNextSlide"), self.part,
> > SLOT("slotNextSlide()"))
> > self.emit(PYSIGNAL("sigNextSlide"), ())
>
> wild guess here, but did you try:
> self.connect(self, PYSIGNAL("sigNextSlide"), self.part.slotNextSlide)
>
> or you could be missing a piece of the signal signature (maybe
> "KPart::slotNextSlide() " ?)
Thank you for your suggestions. Unfortunately both do not work for me.
An additional note: I had a mistake in the source I posted. The slot I want to
call is named "slotNextPage" and not "slotNextSlide". But the problem still
remains.
Thank you,
--
Thomas Winkler
[EMAIL PROTECTED]
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt