[PyQt] Help tracking down intermittent segfault using QGraphicsItem

2013-01-04 Thread Lee Harr
I develop a free python turtle graphics application: http://pynguin.googlecode.com/ Right now I am trying to track down and fix an intermittent segfault involving a QGraphicsScene and QGraphicsItem Here is what I have... a QGraphicsItem subclass (item0) created with parent=None another QGraphic

[PyQt] QtDesigner Integration

2013-01-04 Thread Detlev Offenbach
Hello, I am still looking for a (wrapped) widget, that can be used to integrate the designer part into the eric main window. Is there anything like that around? Today I found cuteReport, that includes something like that. If that could be extracted and provided standalone, it would be a good st