this is a german Web-Mirror of PYTHON.ORG powered by Domainunion AG

Differences between revisions 1 and 14 (spanning 13 versions)
Revision 1 as of 2006-08-10 21:27:06
Size: 1100
Editor: DavidBoddie
Comment: Added a separate page for PyQt4.
Revision 14 as of 2007-10-22 22:05:09
Size: 3269
Editor: DavidBoddie
Comment: Added a category to the page.
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
= PyQt4 =
Line 7: Line 5:
 * 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
 * A comprehensive set of [https://doc.trolltech.com/4.3/gallery.html widgets]
 * Flexible [https://doc.trolltech.com/4.3/layout.html layout managers]
 * Standard [https://doc.trolltech.com/4.3/qt4-mainwindow.html GUI features for applications] (menus, toolbars, dock windows)
 * Easy communication between application components (signals and slots)
 * A [https://doc.trolltech.com/4.3/qpainter.html unified painting system] with transparency, anti-aliasing, OpenGL integration and SVG support
 * Internationalization (i18n) support and integration with the [https://www.trolltech.com/products/qt/features/internationalization Qt Linguist] translation tool
 * [https://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)
 * Database support (SQL) and model/view features
 * [https://doc.trolltech.com/4.3/threads.html Threading classes], providing abstractions for threads, mutexes and semaphores
 * Integrated resource handling for applications
 * Widget styles, including support for [https://doc.trolltech.com/4.3/stylesheet.html widget stylesheets] (from Qt 4.2 onwards)
 * Input/output and networking
   * Qt 4.3 and later supports Secure Sockets Layer communications
 * A powerful, feature-rich [https://doc.trolltech.com/4.3/graphicsview.html graphics canvas] (Qt 4.2 and later)
 * Inter-process communication for Unix via D-Bus message buses (Qt 4.2 and later)
 * Text completion and undo frameworks (Qt 4.2 and later)
 * XML handling APIs, including SAX, DOM and (from Qt 4.3 onwards) a stream-oriented API
 * An [https://doc.trolltech.com/4.3/qtscript.html ECMAScript interpreter] with the ability to access Qt's object model
 * Support for [https://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.
Line 22: Line 29:
[https://www.diotavelli.net/PyQtWiki The PyQt and PyKDE Community Wiki] aims to provide tutorials and sample code for PyQt4.
Line 23: Line 32:

An introduction to using [https://www.diotavelli.net/PyQtWiki/Creating_GUI_Applications_with_PyQt_and_Qt_Designer PyQt4 with Qt Designer] for the development of GUI applications was given at [https://www.pyconuk.org PyCon UK 2007].

The book
[https://www.qtrac.eu/pyqtbook.html Rapid GUI Programming with Python and Qt] is PyQt4-specific and covers development with Python 2.5, PyQt4 and Qt 4.2/4.3.

Installation instructions for PyQt 4.1 on Windows with MinGW is available at [https://iwiwdsmi.blogspot.com/2007/01/how-to-install-pyqt-41-python-25-and-qt_8340.html]
----
["CategoryPyGUI"]

About PyQt4

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

Documentation and Learning Materials

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

[https://www.diotavelli.net/PyQtWiki The PyQt and PyKDE Community Wiki] aims to provide tutorials and sample code for PyQt4.

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

An introduction to using [https://www.diotavelli.net/PyQtWiki/Creating_GUI_Applications_with_PyQt_and_Qt_Designer PyQt4 with Qt Designer] for the development of GUI applications was given at [https://www.pyconuk.org PyCon UK 2007].

The book [https://www.qtrac.eu/pyqtbook.html Rapid GUI Programming with Python and Qt] is PyQt4-specific and covers development with Python 2.5, PyQt4 and Qt 4.2/4.3.

Installation instructions for PyQt 4.1 on Windows with MinGW is available at [https://iwiwdsmi.blogspot.com/2007/01/how-to-install-pyqt-41-python-25-and-qt_8340.html]


["CategoryPyGUI"]

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

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