About PyQt4

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

Note: This list only covers features up to Qt 4.4. We should perhaps list features from Qt 4.5 onwards.

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

PyQtWiki: PyQt4 (last edited 2012-03-14 00:43:54 by static-4-124-85-188)