Python论坛  - 讨论区

标题:[python-chinese] Fwd: ANN: PyQt v4.1 Released

2006年11月06日 星期一 08:38

limodou limodou在gmail.com
星期一 十一月 6 08:38:56 HKT 2006

---------- Forwarded message ----------
From: Phil Thompson <phil在riverbankcomputing.co.uk>
Date: Nov 5, 2006 9:36 PM
Subject: ANN: PyQt v4.1 Released
To: python-list在python.org, python-announce-list在python.org


Riverbank Computing is pleased to announce the release of PyQt v4.1
available from http://www.riverbankcomputing.co.uk/pyqt/.

The highlights of this release include:

- support for Qt v4.2 including QGraphicsView and related classes, the undo
  framework, widget stylesheets, and integration with GNOME (both visually and
  the event loop)
- the addition of the QtTest module for automated GUI testing
- the addition of the QAxContainer module for Windows for integrating ActiveX
  controls.

PyQt is a comprehensive set of Qt bindings for the Python programming language
and supports the same platforms as Qt (Windows, Linux and MacOS/X).  Like Qt,
PyQt is available under the GPL and a commercial license.

See http://www.riverbankcomputing.com/Docs/PyQt4/html/classes.html for the
class documentation.

PyQt v4 supports Qt v4 (http://www.trolltech.com/products/qt/index.html).
PyQt v3 is still available to support earlier versions of Qt.

PyQt v4 is implemented as a set of 10 extension modules containing
approximately 400 classes and 6,000 functions and methods.

    QtCore
    The non-GUI infrastructure including event loops, threads, i18n, Unicode,
    signals and slots, user and application settings.

    QtGui
    A rich collection of GUI widgets.

    QtNetwork
    A set of classes to support TCP and UDP socket programming and higher
    level protocols (eg. HTTP).

    QtOpenGL
    A set of classes that allows PyOpenGL to render onto Qt widgets.

    QtSql
    A set of classes that implement SQL data models and interfaces to industry
    standard databases.  Includes an implementation of SQLite.

    QtSvg
    A set of classes to render SVG files onto Qt widgets.

    QtTest
    A set of classes to automate unit testing of PyQt applications and GUIs.

    QtXML
    A set of classes that implement DOM and SAX parsers.

    QtAssistant
    A set of classes that enables the Qt Assistant online help browser to be
    integrated with an application.

    QAxContainer
    A set of classes for Windows that allows the integration of ActiveX
    controls and COM objects.

A Windows installer is provided for the GPL version of PyQt to be used with
the GPL version of Qt v4 (http://www.trolltech.com/download/qt/windows.html).
It enabes a complete PyQt environment to be installed on Windows without the
need for a C++ compiler.

PyQt includes the pyuic utility which generates Python code to implement user
interfaces created with Qt Designer in the same way that the uic utility
generates C++ code.  It is also able to load Designer XML files dynamically.

Phil
--
http://mail.python.org/mailman/listinfo/python-list


-- 
I like python!
UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
My Blog: http://www.donews.net/limodou

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

2006年11月15日 星期三 14:10

wangmm kernellearn在gmail.com
星期三 十一月 15 14:10:58 HKT 2006

ÓÐûÓÐÈË¿ªÊ¼Ê¹ÓÃpyqt4×öÏîÄ¿ÁË¡£
¸Ð¾õºÜÀäÇå°¢


On 11/6/06, limodou <limodou在gmail.com> wrote:
>
> ---------- Forwarded message ----------
> From: Phil Thompson <phil在riverbankcomputing.co.uk>
> Date: Nov 5, 2006 9:36 PM
> Subject: ANN: PyQt v4.1 Released
> To: python-list在python.org, python-announce-list在python.org
>
>
> Riverbank Computing is pleased to announce the release of PyQt v4.1
> available from http://www.riverbankcomputing.co.uk/pyqt/.
>
> The highlights of this release include:
>
> - support for Qt v4.2 including QGraphicsView and related classes, the
> undo
>   framework, widget stylesheets, and integration with GNOME (both visually
> and
>   the event loop)
> - the addition of the QtTest module for automated GUI testing
> - the addition of the QAxContainer module for Windows for integrating
> ActiveX
>   controls.
>
> PyQt is a comprehensive set of Qt bindings for the Python programming
> language
> and supports the same platforms as Qt (Windows, Linux and MacOS/X).  Like
> Qt,
> PyQt is available under the GPL and a commercial license.
>
> See http://www.riverbankcomputing.com/Docs/PyQt4/html/classes.html for the
> class documentation.
>
> PyQt v4 supports Qt v4 (http://www.trolltech.com/products/qt/index.html).
> PyQt v3 is still available to support earlier versions of Qt.
>
> PyQt v4 is implemented as a set of 10 extension modules containing
> approximately 400 classes and 6,000 functions and methods.
>
>     QtCore
>     The non-GUI infrastructure including event loops, threads, i18n,
> Unicode,
>     signals and slots, user and application settings.
>
>     QtGui
>     A rich collection of GUI widgets.
>
>     QtNetwork
>     A set of classes to support TCP and UDP socket programming and higher
>     level protocols (eg. HTTP).
>
>     QtOpenGL
>     A set of classes that allows PyOpenGL to render onto Qt widgets.
>
>     QtSql
>     A set of classes that implement SQL data models and interfaces to
> industry
>     standard databases.  Includes an implementation of SQLite.
>
>     QtSvg
>     A set of classes to render SVG files onto Qt widgets.
>
>     QtTest
>     A set of classes to automate unit testing of PyQt applications and
> GUIs.
>
>     QtXML
>     A set of classes that implement DOM and SAX parsers.
>
>     QtAssistant
>     A set of classes that enables the Qt Assistant online help browser to
> be
>     integrated with an application.
>
>     QAxContainer
>     A set of classes for Windows that allows the integration of ActiveX
>     controls and COM objects.
>
> A Windows installer is provided for the GPL version of PyQt to be used
> with
> the GPL version of Qt v4 (
> http://www.trolltech.com/download/qt/windows.html).
> It enabes a complete PyQt environment to be installed on Windows without
> the
> need for a C++ compiler.
>
> PyQt includes the pyuic utility which generates Python code to implement
> user
> interfaces created with Qt Designer in the same way that the uic utility
> generates C++ code.  It is also able to load Designer XML files
> dynamically.
>
> Phil
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
> --
> I like python!
> UliPad <>: http://wiki.woodpecker.org.cn/moin/UliPad
> My Blog: http://www.donews.net/limodou
> _______________________________________________
> python-chinese
> Post: send python-chinese在lists.python.cn
> Subscribe: send subscribe to python-chinese-request在lists.python.cn
> Unsubscribe: send unsubscribe to  python-chinese-request在lists.python.cn
> Detail Info: http://python.cn/mailman/listinfo/python-chinese
-------------- 下一部分 --------------
Ò»¸öHTML¸½¼þ±»ÒƳý...
URL: http://python.cn/pipermail/python-chinese/attachments/20061115/e4017436/attachment.html 

[导入自Mailman归档:http://www.zeuux.org/pipermail/zeuux-python]

如下红色区域有误,请重新填写。

    你的回复:

    请 登录 后回复。还没有在Zeuux哲思注册吗?现在 注册 !

    Zeuux © 2025

    京ICP备05028076号