Re: [PyKDE] One slot called two times

2006-10-22 Thread Carles Pina i Estany
Hello again, On Oct/22/2006, Andreas Pakulat wrote: > On 21.10.06 22:21:37, Carles Pina i Estany wrote: > > I was used to connect signals and slots using "connect". Now I am > > updating myself to Qt4 and using "autoconnect" feature. > > > > I have the simplest code that I can do and the slot i

Re: [PyKDE] One slot called two times

2006-10-21 Thread Andreas Pakulat
On 21.10.06 22:21:37, Carles Pina i Estany wrote: > I was used to connect signals and slots using "connect". Now I am > updating myself to Qt4 and using "autoconnect" feature. > > I have the simplest code that I can do and the slot is called two times. > The code is: This is known, but I'm not s

[PyKDE] One slot called two times

2006-10-21 Thread Carles Pina i Estany
Hello, I was used to connect signals and slots using "connect". Now I am updating myself to Qt4 and using "autoconnect" feature. I have the simplest code that I can do and the slot is called two times. The code is: --- #!/usr/bin/python import sys from PyQt4 import QtCore, QtG