Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #55395

ANN: PyQt5 v5.1 Released

Date 2013-10-03 02:37 +0100
From Phil Thompson <phil@riverbankcomputing.com>
Subject ANN: PyQt5 v5.1 Released
Organization Riverbank Computing Limited
Newsgroups comp.lang.python
Message-ID <mailman.665.1380764574.18130.python-list@python.org> (permalink)

Show all headers | View raw


PyQt5 v5.1 has been released and is available from
http://www.riverbankcomputing.com/software/pyqt/download5.

PyQt5 is a comprehensive set of bindings for v5 of Digia's Qt
cross-platform application framework.  It supports Python v3, v2.7 and
v2.6.

The highlights of this release include full support for Qt v5.1, the
QtSensors and QtSerialPort modules, and bindings for OpenGL v2.0 and
OpenGL ES/2.

Windows installers are provided which contain everything needed for PyQt5
development (including Qt, Qt Designer, QScintilla, and MySQL, PostgreSQL,
SQLite and ODBC drivers) except Python itself.  Installers are provided
for the 32 and 64 bit versions of Python v3.3.

PyQt5 is implemented as a set of 22 extension modules including support
for:

- non-GUI infrastructure including event loops, threads, i18n, user and
  application settings, mapped files and shared memory

- GUI infrastructure including window system integration, event handling, 
  2D graphics, basic imaging, fonts, OpenGL

- a comprehensive set of desktop widgets

- WebKit

- full integration with Quick2 and QML allowing new Quick items to be 
  implemented in Python and created in QML

- event driven network programming

- multimedia including cameras, audio and radios

- sensors including accelerometers, altimeters, compasses, gyroscopes, 
  magnetometers, and light, pressure, proximity, rotation and temperature
  sensors

- serial ports

- SQL

- printing

- DBus

- XPath, XQuery, XSLT and XML Schema validation

- a help system for creating and viewing searchable documentation

- unit testing of GUI applications.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

ANN: PyQt5 v5.1 Released Phil Thompson <phil@riverbankcomputing.com> - 2013-10-03 02:37 +0100

csiph-web