Python-SIP 4.15 要求至少 PyQt 5.0.1 和 PyQt 4.10.3 的支持。
SIP 是为Python生成C++接口代码的工具,它与 SWIG 类似,但使用不同的接口格式。它用作创建 PyQt 和 PyKDE ,并支持 Qt signal/slot 系统。
改进记录包括:
Added the QtQuick module including the ability to create Python Quick items from QML.
Added the QtQml module including the ability to create Python objects from QML.
Added the QtMultimediaWidgets module.
Completed the implementation of the QtMultimedia module including support for cameras and radios.
Added the remaining OpenGL classes to the QtGui module.
Added the revision keyword argument to pyqtProperty().
Added the revision and arguments keyword arguments to pyqtSignal().
Added the revision keyword argument to pyqtSlot().
Added the pyqt5qmlplugin plugin for qmlscene.
The DBus main loop module has been renamed to dbus.mainloop.pyqt5 from dbus.mainloop.qt.
Added the --no-qml-plugin and --qml-plugindir options to configure.py.
Added many QtMultimedia, QML and QtQuick related examples.
Classes now support co-operative multi-inheritance. (This may introduce incompatibilities with PyQt v5.0.)
官方首页:http://www.riverbankcomputing.com/software/sip/intro
免费下载:http://www.riverbankcomputing.com/software/sip/download
来自:开源中国社区

