Differences between revisions 1 and 2
Revision 1 as of 2006-08-10 21:27:06
Size: 1100
Editor: DavidBoddie
Comment: Added a separate page for PyQt4.
Revision 2 as of 2006-08-10 21:28:34
Size: 1087
Editor: DavidBoddie
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= PyQt4 =

About PyQt4

PyQt4 is a set of Python bindings for [http://www.trolltech.com/products/qt Qt 4] that exposes much of the functionality of Qt 4 to Python, including:

  • widgets, layouts, widget styles
  • standard GUI features for applications (menus, toolbars, dock windows)
  • easy communication between application components (signals and slots)
  • a unified painting system with transparency, anti-aliasing and SVG support
  • rich text processing, display and printing
  • database support (SQL) and model/view features
  • input/output and networking
  • threading
  • integrated resource handling for applications
  • classes for handling XML

Documentation and Learning Materials

[http://www.riverbankcomputing.com/Docs/PyQt4/pyqt4ref.html Comprehensive documentation] is available for PyQt4 which includes detailed [http://www.riverbankcomputing.com/Docs/PyQt4/html/classes.html class and function documentation].

An [http://indico.cern.ch/contributionDisplay.py?contribId=33&sessionId=41&confId=44 overview of PyQt4] was presented at EuroPython 2006.

PyQt4 (last edited 2014-06-07 23:26:15 by DavidBoddie)

Unable to edit the page? See the FrontPage for instructions.