Hi,

I have a QGraphicsItem object called SearchAreaItem which has a shape just like ellipse. This ellipse is formed by short lines which are also QGraphicsItem called LineItem. When I hover the mouse over one of those lines, the line becomes red( because of the way I implemented). However, the problem is; I want the whole shape to be red - not only the line I'm currently on.

How can I get over this problem?

Thanks in advance