Re: [PyQt] What happens there's many signals in PyQt?

2007-07-13 Thread Phil Thompson
On Friday 13 July 2007 5:18 pm, Carlos Scheidegger wrote: > > Probably PyQt. If you can produce a simple example that demonstrates the > > behaviour then I'll have a look at it. > > > > Phil > > Ok, this simple example seems to trigger it. I've simply taken tutorial 5 > and added many superfluous Q

Re: [PyQt] What happens there's many signals in PyQt?

2007-07-13 Thread Carlos Scheidegger
> Probably PyQt. If you can produce a simple example that demonstrates the > behaviour then I'll have a look at it. > > Phil Ok, this simple example seems to trigger it. I've simply taken tutorial 5 and added many superfluous QtCore.QObjects and connections. Change line 36 to "generate_many = Fa

Re: [PyQt] What happens there's many signals in PyQt?

2007-07-13 Thread Phil Thompson
On Friday 13 July 2007 3:52 pm, Carlos Scheidegger wrote: > Hello, > > I tracked down the issue on our application, and it seems it had to do > with the amount of connections installed in the entire system. I decided to > implement a internal feature with QtCore.QObjects so I could use the >

[PyQt] What happens there's many signals in PyQt?

2007-07-13 Thread Carlos Scheidegger
Hello, I tracked down the issue on our application, and it seems it had to do with the amount of connections installed in the entire system. I decided to implement a internal feature with QtCore.QObjects so I could use the signals/slots systems, and it seems that there is some place in th