PySideDevelopment: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(Decode HTML entity names)
Line 72: Line 72:
* [[PySide_Shiboken | Shiboken 1.1.0 Documentation]]
* [[PySide_Shiboken | Shiboken 1.1.0 Documentation]]
* [https://shiboken.readthedocs.org/en/latest/ Shiboken 1.1.2 Documentation]
* [https://shiboken.readthedocs.org/en/latest/ Shiboken 1.1.2 Documentation]
* [[PySide_Shiboken_Tutorial | Simple Shiboken Binding Tutorial (By Roman Lacko)]] [[[PySide_Shiboken_Tutorial_Korean | 한국어]]]
* [[PySide_Shiboken_Tutorial | Simple Shiboken Binding Tutorial (By Roman Lacko)]] [[[PySide_Shiboken_Tutorial_Korean | 한국어]]]
* [[PySide_Binding_Generator | Shiboken Binding Generator]]
* [[PySide_Binding_Generator | Shiboken Binding Generator]]
* [[PySide_Binding_Generation_Tutorial | PySide Binding Generation Tutorial]]
* [[PySide_Binding_Generation_Tutorial | PySide Binding Generation Tutorial]]

Revision as of 17:30, 12 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

[toc align_right="yes" depth="3"]

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