PySideDevelopment: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Decode HTML entity numbers)
No edit summary
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


[toc align_right="yes" depth="3"]
[[Category:LanguageBindings::PySide]]
[[Category:LanguageBindings::PySide]]



Revision as of 07:11, 27 March 2015


PySide Development

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.

Report Bugs and Submit Patches

Developer Tools

Building PySide

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.

Making PySide Releases