摘要: # _*_ coding:utf-8 _*_ import sys from PyQt4 import QtGui class Example(QtGui.QWidget): def __init__(self): super(Example,self).__init__() self.grid = 阅读全文
posted @ 2017-03-27 23:53 超级学渣渣 阅读(7671) 评论(0) 推荐(0)