-
Notifications
You must be signed in to change notification settings - Fork 10
Development Guide
Seamus Tuohy edited this page Apr 23, 2014
·
2 revisions
One of the goals for the Commotion Client is for it to be easy to contribute to and extend. To this purpose we have developed the extension system that rests at the core of the Client. This system will allow you to easily add new functionality and interfaces to the Commotion Client.
To get started:
- Read the extension overview
- Read the guide to writing extensions (IN PROGRESS)
External Resources
- Developing cutting-edge applications with PyQt
- PyQt4 and PythonV3
- Python 3.3 References
- PyQt4 Reference Guide
- PyQt4 Class Reference
- PyQt Tips and Tricks
- Gnome and PyQt Projects
- Proper widget cleanup in PyQt
- The QT Class Reference for Miscellanrous Identifiers
- Developing a Cros Platform app using PyQt part 5 of 5
- The Eric5 PyQt Application. Full of useful code to read.
- Rapid GUI programming with Python and QT