首页上一页 1 下一页尾页 1 条记录 1/1页
选择要识别的图片
发表在Python视频课程答疑
2021-03-13
是否精华
是
否
版块置顶:
是
否
if not self.download_path[0].strip(): pass else: print(self.download_path[0]) self.lineEdit.setText(self.download_path[0]) # pixmap解析图片 pixmap = QPixmap(self.download_path[0]) scarePixmap = pixmap.scaled(QSize(311, 300), aspectRatioMode=Qt.KeepAspectRatio) self.label_3.setPixmap(scarePixmap) 图片无法显示在QT窗口中
于2021-03-13 22:13:49编辑