摘要: #-*- coding: utf-8 -*- import sys reload(sys) sys.setdefaultencoding('utf8') from PyQt4 import QtGui,QtCore '''app=QtGui.QApplication(sys.argv) w=QtGui.QWidget() w.resize(300,250) w.move(200,100)... 阅读全文
posted @ 2017-03-22 21:36 北平吴彦祖 阅读(1374) 评论(0) 推荐(0) 编辑