摘要: import sys import os from PyQt5.QtWidgets import QApplication,QWidget,QFileDialog from t import Ui_Form class myform(QWidget,Ui_Form): def __init__(self): super().__init__() sel... 阅读全文
posted @ 2017-08-20 10:34 金明爱python 阅读(22639) 评论(1) 推荐(1)