I add two QGraphicsPixmapItem objects in a QGraphicsScene, and I want to detect the collision between them. The picture's format is PNG. But when collision happens, the system use the outer rectangle to detect it, not the inner outline of the items.
Question is, how can I detect the collision according to the inner outline of the picture, not the outer rectangle of the picture.

Thanks in advance!