.
auto *const label_image = new QLabel(this);
QImage image("home.svg");
int const h = image.height();
int const w = image.width();
label_image->setPixmap(QPixmap::fromImage(image.scaled(w, h, Qt::KeepAspectRatio, Qt::SmoothTransformation)));
ну вот, такой же результат собственно)
Так собственно, этот код и не делает, что я сказал. )