pyqt5 从本地选择图片 并显示在label上

1.主要用到 QFileDialog 方法打开本地文件 2.界面app    打开前:ui        打开后:3d 3. 代码blog import sys from PyQt5 import QtWidgets, QtCore, QtGui from PyQt5.QtGui import * from PyQt5.QtWidgets import * from PyQt5.QtCore i
相关文章
相关标签/搜索