摘要: # 效果图 阅读全文
posted @ 2018-02-07 18:29 我是外婆 阅读(550) 评论(0) 推荐(0) 编辑
摘要: from PyQt5.QtWidgets import * from PyQt5.QtCore import * from PyQt5.QtGui import * import sys class Example(QWidget): _startPos = None _endPos = None _isTracking = False def __init... 阅读全文
posted @ 2018-02-07 11:13 我是外婆 阅读(4288) 评论(1) 推荐(1) 编辑
摘要: from PyQt5.QtCore import * from PyQt5.QtGui import * from PyQt5.QtWidgets import * from demo_6 import * import sys class ToolBar(QMainWindow): def __init__(self): super().__init__() ... 阅读全文
posted @ 2018-02-07 10:49 我是外婆 阅读(500) 评论(0) 推荐(0) 编辑