PDA

View Full Version : Adding item to scene



lni
21st April 2009, 17:28
Hi,

When item is added to a scene. How does scene know it?

I need to keep two scenes in sync, when an item is added to a scene, the other scene needs to be notified. QGraphicsItem::itemChange won't help since the two scenes know each other, but they don't know the items...

Thanks