This is a static archive of the Python wiki, which was retired in February 2026 due to lack of usage and the resources necessary to serve it — predominately to bots, crawlers, and LLM companies.
Pages are preserved as they were at the time of archival. For current information, please visit python.org.
If a change to this archive is absolutely needed, requests can be made via the infrastructure@python.org mailing list.

Creating GUI Applications with PyQt and Qt Designer

This presentation was given as a scheduled talk at PyCon UK 2007. The material presented covered the following subjects:

Materials

The following materials are available:

Examples

Three examples are provided:

pypi_information.png

The PyPI Information example shows how a graphical user interface created with Qt Designer can be accessed and used in a PyQt4 application.

[ATTACH]

The Equation Viewer example uses a more realistic user interface, with menus, actions and toolbar buttons, and shows how these elements can be connected to features written in Python.

logomaker.png

The Logo Maker example contains two custom widgets: the color button is described in the slides, but the logo widget itself can also be used from within Qt Designer.


2026-02-14 16:12