资源简介

Python Qt GUI 快速编程源码

资源截图

代码片段和文件信息

#!/usr/bin/env python
# Copyright (c) 2007-10 Qtrac Ltd. All rights reserved.
# This program or module is free software: you can redistribute it and/or
# modify it under the terms of the GNU General Public License as published
# by the Free Software Foundation either version 2 of the License or
# version 3 of the License or (at your option) any later version. It is
# provided for educational purposes and is distributed in the hope that
# it will be useful but WITHOUT ANY WARRANTY; without even the implied
# warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See
# the GNU General Public License for more details.

import os
import platform
import stat
import sys
import PyQt4.QtCore

__version__ = “1.0.4“

Windows = sys.platform.lower().startswith((“win“ 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4926  2011-02-15 11:21  pyqt\README.txt
     文件        1012  2011-02-15 11:21  pyqt\chap01\answers.txt
     文件          46  2011-02-15 11:21  pyqt\chap01\hello.py
     文件        4930  2011-02-15 11:21  pyqt\chap02\answers.py
     文件        2603  2011-02-15 11:21  pyqt\chap02\frange.py
     文件        2560  2011-02-15 11:21  pyqt\chap02\simplified.py
     文件       13562  2011-02-15 11:21  pyqt\chap03\SortedDict.py
     文件           0  2011-02-15 11:21  pyqt\chap03\__init__.py
     文件        1112  2011-02-15 11:21  pyqt\chap03\balloon.py
     文件        3054  2011-02-15 11:21  pyqt\chap03\dimension.py
     文件        3751  2011-02-15 11:21  pyqt\chap03\item.py
     文件        9181  2011-02-15 11:21  pyqt\chap03\length.py
     文件       13829  2011-02-15 11:21  pyqt\chap03\ordereddict.py
     文件        2747  2011-02-15 11:21  pyqt\chap03\rectangle.py
     文件        2958  2011-02-15 11:21  pyqt\chap03\stack.py
     文件        4069  2011-02-15 11:21  pyqt\chap03\tribool.py
     文件        1431  2011-02-15 11:21  pyqt\chap04\alert.pyw
     文件        1802  2011-02-15 11:21  pyqt\chap04\alert_extra.pyw
     文件        1709  2011-02-15 11:21  pyqt\chap04\calculate.pyw
     文件        2605  2011-02-15 11:21  pyqt\chap04\connections.pyw
     文件        3238  2011-02-15 11:21  pyqt\chap04\currency.pyw
     文件        3382  2011-02-15 11:21  pyqt\chap04\currency2.pyw
     文件        2850  2011-02-15 11:21  pyqt\chap04\interest.pyw
     文件        4523  2011-02-15 11:21  pyqt\chap04\signals.pyw
     文件        4782  2011-02-15 11:21  pyqt\chap05\numberformatdlg1.py
     文件        4063  2011-02-15 11:21  pyqt\chap05\numberformatdlg2.py
     文件        3947  2011-02-15 11:21  pyqt\chap05\numberformatdlg3.py
     文件        4726  2011-02-15 11:21  pyqt\chap05\numbers.pyw
     文件        5869  2011-02-15 11:21  pyqt\chap05\pen.pyw
     文件        4538  2011-02-15 11:21  pyqt\chap05\stringlistdlg.py
     文件         141  2010-08-05 11:53  pyqt\chap06\help\editmenu.html
............此处省略504个文件信息

评论

共有 条评论