标签: python pyside2
我正在尝试设置qpixmap,但窗口中的图像模糊。
def set_image(self, source): self._avatar.setPixmap(QIcon(source).pixmap(QSize(100, 100)))