Differences between revisions 6 and 7
Revision 6 as of 2007-05-18 23:16:21
Size: 2114
Editor: DavidBoddie
Comment:
Revision 7 as of 2007-05-18 23:28:53
Size: 2384
Editor: DavidBoddie
Comment:
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
 * A comprehensive set of widgets
 * Flexible layout managers
 * Standard GUI features for applications (menus, toolbars, dock windows)
 * A comprehensive set of [http://doc.trolltech.com/4.3/gallery.html widgets]
 * Flexible [http://doc.trolltech.com/4.3/layout.html layout managers]
 * Standard [http://doc.trolltech.com/4.3/qt4-mainwindow.html GUI features for applications] (menus, toolbars, dock windows)
Line 9: Line 9:
 * A unified painting system with transparency, anti-aliasing, OpenGL integration and SVG support  * A [http://doc.trolltech.com/4.3/qpainter.html unified painting system] with transparency, anti-aliasing, OpenGL integration and SVG support
Line 11: Line 11:
 * Rich text processing, display and printing facilities, including support for PDF export (Qt 4.1 and later)  * [http://doc.trolltech.com/4.3/qt4-scribe.html Rich text processing], display and printing facilities, including support for PDF export (Qt 4.1 and later)
Line 15: Line 15:
 * Widget styles, including support for 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 23: Line 23:

Support for [http://www.trolltech.com/products/qt/features/designer Qt Designer], including facilities to add custom Python-based widgets to the standard set of Qt widgets available to user interface designers.
 * Support for [http://doc.trolltech.com/4.3/qt4-designer.html Qt Designer], including facilities to add custom Python-based widgets to the standard set of Qt widgets available to user interface designers.

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.