您可以通过每次更改像素图的纵横比来缩放它: QPixmap p; // load pixmap // get label ... its aspect ratio label->setPixmap(p.scaled(w,h,Qt::KeepAspectRatio));.
確定! 回上一頁