2022年4月21日
摘要: import sys#带入系统from PyQt5.QtWidgets import *class quitapp(QMainWindow): def __init__(self,parent=None): super(quitapp,self).__init__(parent) #初始化 self 阅读全文
posted @ 2022-04-21 19:49 Lionever 阅读(145) 评论(0) 推荐(0) 编辑
摘要: import sys#带入系统from PyQt5.QtWidgets import *from PyQt5.QtCore import QPointclass winc(QMainWindow): def __init__(self,parent=None): super(winc,self)._ 阅读全文
posted @ 2022-04-21 19:30 Lionever 阅读(787) 评论(0) 推荐(0) 编辑