That is because the GL content is not in Qt context, so Qt does not know about it anything, which means, you QLabel can't know which background it should fill - so its black.The image displays in the proper place, but the background color of the image is black (incidently the same color as the qglClearColor) instead of clear.
You have to resize the QLabel to flt your image.Secondly, when I click on the image and replace with a larger image, I can see the image change, but its size does not.
Bookmarks