I've got lots of widgets grouped in different layouts on my main widget. One of them is QGraphicsView displaying custom QGraphicsItem. Everything works fine, but I need some additional functionality and I want to repaint custom QGraphicsItem on QPushButton click.
How can I do it?