摘要: 阅读全文
posted @ 2020-10-05 15:22 juham 阅读(109) 评论(0) 推荐(0) 编辑
摘要: __author__ = 'Sz' # 0. 导入需要的包和模块 from PyQt5.Qt import * # 主要包含了我们常用的一些类, 汇总到了一块 import sys # 1. 创建一个应用程序对象 app = QApplication(sys.argv) # print(app.ar 阅读全文
posted @ 2020-09-29 08:16 juham 阅读(165) 评论(0) 推荐(0) 编辑
摘要: from PyQt5.Qt import * class Window(QWidget): def __init__(self): super().__init__() self.setWindowTitle("QObject的学习") self.resize(500, 500) self.setu 阅读全文
posted @ 2020-09-28 17:17 juham 阅读(256) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-09-04 08:15 juham 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-23 18:49 juham 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-23 18:14 juham 阅读(244) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-22 23:49 juham 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-22 21:56 juham 阅读(142) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-22 14:39 juham 阅读(262) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2020-08-22 14:26 juham 阅读(231) 评论(0) 推荐(0) 编辑