lgy514

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年6月12日

摘要: from PyQt5.QtWidgets import * from PyQt5.QtGui import * from PyQt5.QtCore import * import sys class myC(QWidget): def __init__(self): super().__init__ 阅读全文
posted @ 2020-06-12 11:07 lgy514 阅读(1637) 评论(0) 推荐(0) 编辑