摘要: 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 @ 2019-03-15 14:43 autotest_man 阅读(1356) 评论(0) 推荐(0) 编辑
摘要: 转自:https://zmister.com/archives/477.html 阅读全文
posted @ 2019-03-15 10:42 autotest_man 阅读(659) 评论(0) 推荐(0) 编辑