Re: [Interest] QGraphicsScene & removing item

2016-06-26 Thread Ch'Gans
Sorry, have triggered send accidentally: On 26 June 2016 at 04:40, Igor Mironchik wrote: > My delete method is: > > void > Form::deleteItems( const QList< QGraphicsItem* > & items ) > { My feeling is you should try to remove as much logic as possible from here, there are too many things hapennin

Re: [Interest] QGraphicsScene & removing item

2016-06-26 Thread Jean-Michaël Celerier
> qgraphicsscene_bsp Maybe you can try to change the indexing mode. I remember having unexplainable crashes with the BSP tree in early 5.x versions... See : http://doc.qt.io/qt-5/qgraphicsscene.html#itemIndexMethod-prop Best Jean-Michaël On Sat, Jun 25, 2016 at 9:04 PM, Igor Mironchik wrote: >