摘要: 1 from PyQt5.QtWidgets import * 2 from PyQt5 import QtCore,QtWidgets 3 from PyQt5.QtGui import * 4 5 import sys 6 class A(QWidget): 7 def __init__(self): 8 super(A,self).__init_... 阅读全文
posted @ 2017-11-26 16:52 ayew 阅读(8639) 评论(4) 推荐(1) 编辑
摘要: 《Python Cookbook》3rd Edition http://python3-cookbook.readthedocs.io/zh_CN/latest/copyright.html 书名: 《Python Cookbook》3rd Edition 作者: David Beazley, Br 阅读全文
posted @ 2017-11-26 16:29 ayew 阅读(209) 评论(0) 推荐(0) 编辑