I have a logo image stored as a PNG file. I also have a subclassed QGLWidget which I can print or save to an image. I would like to display the logo image in a spot, like the bottom-right corner of the QGLWidget's pixmap. How do I draw the PNG file on top of the pixmap already rendered from the QGLWidget?