I have an app that is a single QGlwidget with a right-click QMenu created when needed.
The data is drawn in an overridden paintEvent()
But in fullscreen mode the menu isn't displayed. Am I better having a QGraphicsScene as the parent window and a QGlWidget as the sole child?