I'd like to overlay a graph over a video stream, i.e. a QImage within a custom widget. How would I go about drawing the Qwt plot to a surface other than a Qwt Plot?
What would be the Qt way to do this? Subclass Qwt Plot? Define a custom canvas with the ability to set images as the background? Or is there something obvious that I am missing?