PYQT5(十六)图片容器

def pic(self):
        # print(self.window.size)
        pix = QPixmap('icon/123.png')
        scale=1
        if pix.width()

你可能感兴趣的:(PYQT5(十六)图片容器)