Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
PySideDevelopment
Attention |
This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to Qt for Python |
The PySide project follows Qt Project’s governance model. It allows anybody wanting to contribute to join the effort. The following links are essential reading if you're new to PySide development.
Planning
Source Code
Source code repositories are hosted by Qt Project and linked to Gerrit framework for reviewing commits. The actual development occurs in Qt Project’s Gerrit framework. The repositories are officially mirrored to Gitorious and unofficially on GitHub. Patches submitted to GitHub should, ideally, be synced with Gitorious but its probably best not to make this assumption.
- PySide Downloads
- Introduction to Gerrit
- Setting Up Gerrit
- Gerrit Code Review - Official Repository
- Git Mirrors
- Gitorious repositories [Read-Only Mirror]
- GitHub repositories [Unofficial Mirror]
Report Bugs and Submit Patches
- Bug Tracker: Qt's JIRA Bug Tracker
- Submit patches to Gerrit code review system
Developer Tools
Building PySide
- Building PySide
- Building PySide on Linux
- Building PySide on Mac OS X
- Building PySide on Symbian
- Building PySide on Windows
PySide on Android
PySide on BlackBerry
PySide Binding Generator
PySide consists not only of Python Qt bindings, but also of a complete generator toolchain for rapidly generating completely new bindings of your own.
- Shiboken 1.1.0 Documentation
- Shiboken 1.1.2 Documentation
- Simple Shiboken Binding Tutorial (By Roman Lacko) [[[PySide_Shiboken_Tutorial_Korean | 한국어]]]
- Shiboken Binding Generator
- PySide Binding Generation Tutorial
- Generating New Bindings
- Generating New Bindings with PySide Generator Tools
Making PySide Releases
- Packaging PySide Applications on Windows
- Generating PySide Reference Documentation
- Release Checklist
- [ ] Do above two steps
- [ ] Mark PySide version as released and add next one (may need privileges)