2019年5月6日
摘要: QLabel set_pen import sys from PyQt5.QtCore import * from PyQt5.QtGui import * from PyQt5.QtWidgets import * class PenPropertiesDlg(QDialog): def __in 阅读全文
posted @ 2019-05-06 15:54 蔡军帅 阅读(515) 评论(0) 推荐(0)
摘要: Python——GUI编程(python programming) import sysfrom math import *from PyQt5.QtCore import *from PyQt5.QtGui... 阅读全文
posted @ 2019-05-06 15:54 蔡军帅 阅读(139) 评论(0) 推荐(0)