34 setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding);
42 sourceImage = image.copy();
51 QPainter painter(
this);
54 sourceImage.scaled(width(), height(), Qt::KeepAspectRatio, Qt::SmoothTransformation);
55 painter.drawImage(0, 0, scaledImage);
61 update(0, 0, width(), height());