Hi! Is it possible to redraw a QGraphicsView so that, in case it has the focus, it has a border around? I tried to paint it like any other widget, overriding the paintEvent method, but it seems nothing happens. Is there any other way?
Thanks for any advice!