[PyQt] Why can I rotate a GraphicsItem only once?

2010-08-01 Thread Konrad Koller
In a game the user should be able to rotate a GraphicsItem by clicking on it with the right mouse button. According the game situation he must be able to execute another rotation by the same angle (90°). But this time the item is not rotated! To explain the situation I add the essential part of my

Re: [PyQt] Why can I rotate a GraphicsItem only once?

2010-08-01 Thread Konrad Koller
Konrad wrote: In a game the user should be able to rotate a GraphicsItem by clicking on it with the right mouse button. According the game situation he must be able to execute another rotation by the same angle (90°). But this time the item is not rotated! Philippe Crave answered: seems that

[PyQt] ANN: eric 4.4.7 released

2010-08-01 Thread detlev
Hi, I just uploaded eric 4.4.7. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] ANN: eric 5.0.1 released

2010-08-01 Thread detlev
Hi, I just uploaded eric 5.0.1. It is a maintenance release fixing some bugs. It is available via the eric web site. http://eric-ide.python-projects.org/index.html Regards, Detlev -- Detlev Offenbach det...@die-offenbachs.de ___ PyQt mailing list

[PyQt] pyqt behavior change

2010-08-01 Thread Linos
Hello, i don't know if this is a bug or an intended behavior but i am using in my machine Arch Linux pyqt 4.7.4 with sip 4.10.5 and in older versions the behavior was: combo = QComboBox() if combo: print exists else: print is none would print exists and now it prints is

[PyQt] embedding a windows application in a qwidget

2010-08-01 Thread victor
hello group, came across a nice feature in gtk that embeds applications in a gtk widget using the xembed protocol. i looked around to see if (py)qt has similars. windows users are not so fortunate however. i learned about a SetParent win32 api call (

Re: [PyQt] embedding a windows application in a qwidget

2010-08-01 Thread Henning Schröder
Perhaps you have to make sure that you have a native window. Look for alien widgets on Qt, e.g. http://labs.trolltech.com/blogs/2007/08/30/say-goodbye-to-flicker-aliens-are-here-to-stay/ Henning ___ PyQt mailing listPyQt@riverbankcomputing.com

Re: [PyQt] pyqt behavior change

2010-08-01 Thread Phil Thompson
On Sun, 01 Aug 2010 19:49:11 +0200, Linos i...@linos.es wrote: Hello, i don't know if this is a bug or an intended behavior but i am using in my machine Arch Linux pyqt 4.7.4 with sip 4.10.5 and in older versions the behavior was: combo = QComboBox() if combo: print

[PyQt] Still (apparently) having version issues

2010-08-01 Thread Peter Milliken
I have Python 2.6.2 installed. I have installed PyQt-Py2.6-gpl-4.7.4-1. I have also installed dip-p2-gpl-0.2-snapshot-6de9307b5575. I am attempting the example on p9 of the dip documentation (The Smallest Example). I have typed the code in (as opposed to downloading it) and get the following