Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have my own QGraphicsScene and two QGraphicView's. In the QGraphicsScene I use the @drawForeground(QPainter *painter, const QRectF &rect)@
function to draw a grid. Now I want the grid only to be visible in the first, but not in the second view...is this possible?