About PyQt4

PyQt4 is a set of Python bindings for Qt 4 that exposes much of the functionality of Qt 4 to Python, including:

Documentation and Learning Materials

Comprehensive documentation is available for PyQt4 which includes detailed class and function documentation.

An overview of PyQt4 was presented at EuroPython 2006 - see EuroPython2006Talk for more information.

PyQt4 is built using SIP, a Python bindings generator for C and C++ libraries. See the MiniSipExample for an introduction to using SIP to create bindings for your own libraries.

Note: This content is a modified version of my entry from the PythonInfo Wiki. -- David_Boddie

PyQt4 (last edited 2009-04-14 07:27:23 by localhost)