摘要: # _*_ coding:utf-8 _*_ import sys from PyQt4 import QtCore,QtGui class Example(QtGui.QWidget): def __init__(self): super(Example,self).__init__() self 阅读全文
posted @ 2017-03-29 19:16 超级学渣渣 阅读(1504) 评论(0) 推荐(0)