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 drawn a background image with QOpenGLWindow . Can I add some QGraphicsItems to it?
Hi As far as i know, that is not possible as QOpenGLWindow knows nothing about QGraphicsItems.
Hi,
Use a QGraphicsScene and a QGraphicsView. Add a QGraphicsPixmapItem to draw your background image and add QGraphicsItems.