Differences between revisions 7 and 8
Revision 7 as of 2007-05-18 23:28:53
Size: 2384
Editor: DavidBoddie
Comment:
Revision 8 as of 2007-05-18 23:33:54
Size: 2545
Editor: DavidBoddie
Comment: Added links to online resources.
Deletions are marked like this. Additions are marked like this.
Line 13: Line 13:
 * Threading classes, providing abstractions for threads, mutexes and semaphores  * [http://doc.trolltech.com/4.3/threads.html Threading classes], providing abstractions for threads, mutexes and semaphores
Line 15: Line 15:
 * Widget styles, including support for [http://doc.trolltech.com/4.3/stylesheet.html widget stylesheets (from Qt 4.2 onwards)]  * Widget styles, including support for [http://doc.trolltech.com/4.3/stylesheet.html widget stylesheets] (from Qt 4.2 onwards)
Line 18: Line 18:
 * A graphics canvas (Qt 4.2 and later)  * A powerful, feature-rich [http://doc.trolltech.com/4.3/graphicsview.html graphics canvas] (Qt 4.2 and later)
Line 22: Line 22:
 * An ECMAScript interpreter with the ability to access Qt's object model  * An [http://doc.trolltech.com/4.3/qtscript.html ECMAScript interpreter] with the ability to access Qt's object model

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:

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.