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:

http://chaos.troll.no/~dboddie/Python/PyCon_UK_2007/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.

http://chaos.troll.no/~dboddie/Python/PyCon_UK_2007/equationviewer.png

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.

http://chaos.troll.no/~dboddie/Python/PyCon_UK_2007/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.

PyQtWiki: Creating_GUI_Applications_with_PyQt_and_Qt_Designer (last edited 2012-04-12 07:09:37 by 202)