摘要: #!/usr/bin/env python """PyQt4 port of the dialogs/findfiles example from Qt v4.x""" import sys,os import time from PySide import QtCore, QtGui from PySide.QtCore import * from PySide.QtGui import *... 阅读全文
posted @ 2017-08-19 13:04 JustRelax 阅读(154) 评论(0) 推荐(0) 编辑