Hi,

Yes, I'm using layouts. On "resizeEvent" I take the QLabel width and height and I create a QImage scaled with this width and height because the images are very big and I want to show the full image in the avaiable space of the QLabel.

Thanks,