Events with QGraphicsItemGroup
Posted
by onurozcelik
on Stack Overflow
See other posts from Stack Overflow
or by onurozcelik
Published on 2010-06-11T08:49:37Z
Indexed on
2010/06/11
8:53 UTC
Read the original article
Hit count: 328
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?
© Stack Overflow or respective owner