Hello, I'd like to draw on my GraphicsView, a cosmetic rectangle, that doesn't scale with the graphicsView. How can I do this? I've tried to set the scale factor = 1 in my QGraphicsItem paint function, and then to restore the matrix, but it seems to not work! Any idea? Cheers, Nadia