Hi, I'm trying to place a QLabel .PNG image on top of a QGLWidget, but its giving a lot of trouble. The QLabel shows up fine, but the QGLWidget disappears. It also runs very slow, then inevitably crashes the program

Is this the correct method to place a 2D image on top of 3D? If not, how would I go about it? And lastly, please tell me its even possible in Qt!

Thanks for any help you can give!