The PyQt and PyKDE community Wiki

Welcome to the community resource page for all users of PyQt and PyKDE. This is a WikiWikiWeb, so feel free to add content, your effort is appreciated. If you are new to wikis, read the HelpForBeginners.

News

See the Riverbank Computing page for other PyQt news.

About PyQt

PyQt contains the Python bindings to the Qt C++ GUI framework developed by Nokia Qt Development Frameworks (formerly Trolltech). With it, you can easily create complex cross-platform GUI programs using RAD technologies. PyQt supports Linux and various flavours of Unix, Mac OS X and Windows under a GPL/commercial dual-licensing scheme. For licensing and prices, please look at the homepage of PyQt.

With PyQt, you have all the benefits of the Qt framework, including the Qt Designer, SQL support and native look and feel on Windows and Mac OS X without needing to use C++ compilers and preprocessors, leaving you to concentrate on writing great software.
PyQt is written by Phil Thompson at Riverbank Computing, Ltd..

Since the release of Qt 4, PyQt exists in two major versions: PyQt3 (often simply referred to as PyQt) and PyQt4.

About PyKDE

Based on PyQt, PyKDE provides Python interfaces to the KDE C++ API. It allows tight integration of your application into the K Desktop Environment and makes it indistinguishable from "native" C++ programs. You can not only use the more advanced KDE widgets, but also the state-of-the-art KDE technologies like

combined with the productivity of Python and the well-known Qt tools.
PyKDE is currently maintained by Jim Bublitz; early versions were written by Phil Thompson.

General Information

Developing with PyQt and PyKDE

Eric3 and Eric4

Other Resources

Getting help

If this page does not answer your question about PyQt and PyKDE, ask the friendly people on TheMailingList.

We don't really have a tradition of using this Wiki to discuss ideas in the same way that, for example, Wikipedia has. Some example pages have sections where additional comments can be added, and other pages have been used as workspaces. If you want to discuss a topic, consider joining TheMailingList and later create a summary page in an appropriate place on the Wiki.

Wiki

To get an overview over this site and what it contains, see the SiteNavigation page.

Interesting starting points:

PyQtWiki: StartPage (last edited 2013-01-13 21:24:55 by TorstenMarek)