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