Differences between revisions 3 and 4
Revision 3 as of 2007-03-15 19:06:57
Size: 1088
Editor: 74-135-8-13
Comment:
Revision 4 as of 2007-03-15 23:10:53
Size: 1087
Editor: PaulBoddie
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * classes for handling XML   * classes for handling XML

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.