[PyKDE] connect with signals

Phil Thompson phil at riverbankcomputing.co.uk
Sat Jan 14 18:18:44 GMT 2006


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.

Phil




More information about the PyQt mailing list