35 setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
42 sourceImage = image.copy();
50 QPainter painter(
this);
52 scaledImage = sourceImage.scaled(width(), height(), Qt::KeepAspectRatio, Qt::SmoothTransformation);
53 painter.drawImage(0, 0, scaledImage);
58 update(0, 0, width(), height());