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
> 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:
>