On 14.01.06 18:18:44, Phil Thompson wrote:
> On Saturday 14 January 2006 5:59 pm, Andreas Pakulat wrote:
> > Hi,
> >
> > is it possible with PyQt4 to connect 2 signals with each other? If so,
> > how? Without an intermediate slot?
> 
> The same way you do it in Qt - pass a SIGNAL() rather than a SLOT() as the 
> 4th 
> argument to connect(). The t14.py has an example use.

Thanks, should have had a look at the examples before asking. I only
checked the sip-files for connect and could only find a version with 4
arguments and the last one beeing a slot.

Andreas

-- 
You are deeply attached to your friends and acquaintances.

_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde

Reply via email to