Re: [Qt-jambi-interest] Overriding itemChange() crashes the VM in 4.4.0_01

2008-07-09 Thread Eskil Abrahamsen Blomfeldt
Mika Halttunen wrote: So the bottom line is, itemChange() can be overridden when the items are not in any kind of parent/child relationship. Unfortunately, I cannot continue my project too far without this being fixed. :( Hopefully you get it resolved for the next Qt Jambi update. Is

Re: [Qt-jambi-interest] Overriding itemChange() crashes the VM in 4.4.0_01

2008-07-09 Thread Mika Halttunen
Hi Eskil, thank you for your reply. Short of editing the Qt Jambi code and building the libraries from source, there are no work arounds for this bug. Ok, I'll wait then. :) The bug will be fixed in the next Qt Jambi patch release. Any estimate as to when the next patch release is out?

[Qt-jambi-interest] Overriding itemChange() crashes the VM in 4.4.0_01

2008-07-08 Thread Mika Halttunen
Hi, this is probably related to http://trolltech.com/developer/task-tracker/index_html?method=entryid=215908, but I though I'd give additional information about this. I have VertexItems (based on QGraphicsItem) and PolygonItems (based on QGraphicsPolygonItem). PolygonItems should have