摘要: # -*- coding: utf-8 -*- import sys from PyQt5.QtWidgets import * from PyQt5.QtCore import * class FirstWindow(QWidget): close_signal = pyqtSignal() def __init__(self, parent=None): ... 阅读全文
posted @ 2019-02-22 22:35 大数据老司机 阅读(3785) 评论(0) 推荐(0) 编辑