Hello
I'm using QGraphicsSvgItem to display the pieces of a chess game. I need to change the SVG file asociated to a QGraphicsSvgItem, but I can't find a way to do this without creating a new QGraphicsSvgItem object. Is there another way?
Thanks is advanced!!