From 4c706e9e3e84102577bd02389604b01a946ad140 Mon Sep 17 00:00:00 2001 From: p02945817 <2995487295@qq.com> Date: Tue, 14 Jun 2022 18:13:52 +0800 Subject: [PATCH] =?UTF-8?q?=E2=80=9C=E6=9B=B4=E6=96=B0=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index ee22921..7fd18b9 100644 --- a/main.py +++ b/main.py @@ -234,7 +234,7 @@ class mywindow(QtWidgets.QMainWindow, Ui_MainWindow): self.path1 = self.path1.strip('main.py') print(self.path1) - # 打开图像读取对话框 + # 打开图片读取对话框进行选择 self.Img_fname, _ = QFileDialog.getOpenFileName(self, '打开图片', '.', '图片文件(*.jpg *.png)') self.label_movie.setPixmap(QtGui.QPixmap(self.Img_fname)) pass