Hi,everyone:
Now I come across a though problem . I make a QGraphicsItemGroup which has two children.Children is type of QGraphicsPixmapItem. I call the group A, children B, C.
when I press B I want it print "B" the same with C, but when I press , it just print "A" .It looks as if the B and C don't receive the press event . How does it work??? what shouId I do??? Thanks