PDA

View Full Version : Events with QGraphicsItemGroup



onurozcelik
11th June 2010, 10:53
In my application I want to use QGraphicsItemGroup for grouping items into one item.
I played with it a little and not sure using it because when I want to catch events, events are merged together
but I want to handle specific event with specific child.
How can I achieve this?

wshn13
20th June 2011, 11:37
Do you means the children in group want to receive events to do specific things?

wshn13
21st June 2011, 07:51
Yes and How ???