随笔分类 -  pyQT

摘要:#coding=utf-8#第一个练习,登录框import sysfrom PyQt4 import QtGui,QtCore#登录框class LoginBox(QtGui.QWidget): def __init__(self): super(LoginBox, self).... 阅读全文
posted @ 2014-09-03 21:12 无形的风 阅读(226) 评论(0) 推荐(0)