Well... I think that I have resolved my problem.
I have used paintEvent(QPaintEvent * ) to read the size of the Qpixmap and compare it with the QLabel container. Then, if the sizes differ, I use scaled() for the initial size of the QPixmap and Qt::KeepAspectRatio & Qt::SmoothTransformation to maintain the aspect ratio.
Bookmarks