Re: [PyQt] QGraphicsScene issue

2007-08-11 Thread Phil Thompson
On Saturday 11 August 2007 2:20 am, Jason H wrote: I started using Qt 4.3.1 and PyQt 4.3. When I added the QGraphicsScene, I got the error: QObject::startTimer: timers cannot be started from another thread With out me actually using any timers. Then I wrote the script below (Change sups.jpg)

Re: [PyQt] Can't load UI files under Turkish locale

2007-08-11 Thread Phil Thompson
On Thursday 02 August 2007 12:08 pm, Ismail Dönmez wrote: Hi all, uic/properties.py line 220 says : getattr(widget, set%s%s % (propname[0].upper(), propname[1:]))( The propname[0].upper() part is problematic for Turkish locale, because uppercase of i is not I in Turkish locale but its

[PyQt] Multiple inheritance involving KXMLGUIClient does not work?

2007-08-11 Thread Adeodato Simó
Hello. I'm having problems with KXMLGUIClient; in particular, it seems subclassing from it does not work when multiple inheritance is involved. See the script below. If this gets fixed, the attached example should work as well. (I seem to be pushing PyKDE to its limits, and I've already found

Re: [PyQt] Multiple inheritance involving KXMLGUIClient does not work?

2007-08-11 Thread Jim Bublitz
On Saturday 11 August 2007 11:48, Adeodato Simó wrote: Hello. I'm having problems with KXMLGUIClient; in particular, it seems subclassing from it does not work when multiple inheritance is involved. See the script below. If this gets fixed, the attached example should work as well. (I seem

Re: [PyQt] Multiple inheritance involving KXMLGUIClient does not work?

2007-08-11 Thread Phil Thompson
On Saturday 11 August 2007 8:17 pm, Jim Bublitz wrote: On Saturday 11 August 2007 11:48, Adeodato Simó wrote: Hello. I'm having problems with KXMLGUIClient; in particular, it seems subclassing from it does not work when multiple inheritance is involved. See the script below. If this