i use python 2.7 + pyqt4.8
i create many items like QGraphicsEllipseItem
and QGraphicsRectItem
in my scene. I made them all different colors. the allocation of the elements around them appears bounding rect, and I would like that they also changed the fill color to another color (white). When removing the selection to return to the original color.
how to change color of QGraphicsEllipseItem
when it selected?