2019年4月29日
摘要: import sys from math import * from PyQt5.QtCore import * from PyQt5.QtGui import * from PyQt5.QtWidgets import * class Form(QDialog): def __init__(self, parent=None): super().__init__(pa... 阅读全文
posted @ 2019-04-29 16:42 蔡军帅 阅读(306) 评论(0) 推荐(0)
摘要: Python——PyQt GUI编程(python programming) import sysfrom math import *from PyQt5.QtCore import *from PyQt5.Q... 阅读全文
posted @ 2019-04-29 16:42 蔡军帅 阅读(133) 评论(0) 推荐(0)