pixmap和label設置圖片自適應大小
在label中添加pixmap來顯示圖片時,當圖片過大時圖片顯示不全。 1.這時可以使用pixmap的scared()方法,來設置圖片縮放。 QPixmap QPixmap.scaled (self, int w, int h, Qt.AspectRatioMode aspectMode ...
在label中添加pixmap來顯示圖片時,當圖片過大時圖片顯示不全。 1.這時可以使用pixmap的scared()方法,來設置圖片縮放。 QPixmap QPixmap.scaled (self, int w, int h, Qt.AspectRatioMode aspectMode ...