PySide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Redirected page to Category:LanguageBindings::PySide)
m (updated irc channel)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
#REDIRECT [[Category:LanguageBindings::PySide]]
{{LangSwitch}}
[[Category:PySide]]
 
http://srinikom.github.com/pyside-docs/_static/pysidelogo.png
 
Welcome to the PySide documentation wiki page. The PySide project provides LGPL-licensed Python bindings for the Qt. It also includes complete toolchain for rapidly generating bindings for any Qt-based C++ class hierarchies. PySide Qt bindings allow both free open source and proprietary software development and ultimately aim to support Qt platforms.
 
* [[:Category:LanguageBindings::PySide::Downloads|Downloads]]
 
= An Introduction to PySide =
 
The latest version of PySide is 1.2.4 released on October 14, 2015 and provides access to the complete Qt 4.8 framework.
 
* [[About PySide|Project Goals and Licensing]]
* [http://web.archive.org/web/20120530074406/http://www.pyside.org/docs/pseps/ PySide Enhancement Proposals] and [http://qt.gitorious.org/pyside/pseps/trees/master here]
* [[PySide_Roadmap | PySide Roadmap]]
* [[PySide_FAQ|Frequently Asked Questions (FAQ)]]
* [[PySide_Based_Apps|List of Applications Based on PySide]]
* [[PySide_Logo|The PySide logo]]
* [[PySide_Archives | PySide Archives]]
 
A port of PySide to Qt 5.x was started during 2014. This effort was mostly done on [https://github.com/PySide GitHub]. Effort is ongoing to bring this code line back to [https://codereview.qt-project.org codereview.qt-project.org]. The progress and more details about this project can be found under [[PySide2 | PySide 2]]
 
= Documentation =
 
* [[PySideDocumentation|PySide Documentation]]
* [http://pyside.github.io/docs/pyside/ PySide 1.2.1 API Reference]
* [https://deptinfo-ensip.univ-poitiers.fr/ENS/pyside-docs/index.html PySide 1.1.0 API Reference]
* [http://srinikom.github.com/pyside-docs/ PySide 1.0.7 API Reference]
* [[PySide_Tutorials| PySide Tutorials]]
* [[PySide-QtQuick-Tutorials | PySide Tutorials with QtQuick and QML]]
* [[PySide_Video_Tutorials | PySide Tutorials (Videos)]]
* [[PySide_Example_Applications | PySide Example Applications]]
* [[PySide_Presentations | PySide Presentations]]
* [[Packaging PySide applications on MacOS]]
* [[PySide GSoc Ideas]]
* [[PySide Python 3 Issues]]
* [[PySide QML Tutorial Advanced 4]]
 
= Community Support =
 
* [http://lists.qt-project.org/mailman/listinfo/pyside General Mailing list ], [http://dir.gmane.org/gmane.comp.lib.qt.pyside Archives]
* [http://stackoverflow.com/questions/tagged/pyside Forum on Stack Overflow]
* [[:Category:LanguageBindings::PySide | This Wiki]]
* Internet Relay Chat (IRC): '''#qt-pyside''' channel at [https://webchat.freenode.net/ FreeNode]
 
= Development =
 
* [https://groups.google.com/forum/#!forum/pyside-dev Development Group]
* [[PySideDevelopment | PySide Development]]
* [http://pyside.github.io/docs/shiboken/ Shiboken 1.2.1 Documentation]
* [http://pyside.github.io/docs/api-extractor/ Api Extractor 1.2.1 Documentation]
* [http://qt.gitorious.org/pyside/ Gitorious repositories]: Official
* [https://github.com/pyside GitHub repositories]: Unofficial Mirror
* [[PySideContributors|List of PySide Contributors]]
* [http://setanta.wordpress.com/binding-c/ Binding C++]: A distillation of design decisions made by the original PySide developers.
 
= Contributing to PySide Wiki =
 
This Wiki is a community area where you can easily contribute, and which may contain rapidly changing information. Please put any wiki pages related to PySide into the Pyside category by adding the following text to the top of the page:
 
<code>
[[Category:PySide]]
</code>
 
Also, since PySide is sharing the wiki with other Qt users, include the word “PySide” or “Python” in the names of any new pages you create to differentiate it from other Qt pages..

Revision as of 19:55, 2 December 2016

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

pysidelogo.png

Welcome to the PySide documentation wiki page. The PySide project provides LGPL-licensed Python bindings for the Qt. It also includes complete toolchain for rapidly generating bindings for any Qt-based C++ class hierarchies. PySide Qt bindings allow both free open source and proprietary software development and ultimately aim to support Qt platforms.

An Introduction to PySide

The latest version of PySide is 1.2.4 released on October 14, 2015 and provides access to the complete Qt 4.8 framework.

A port of PySide to Qt 5.x was started during 2014. This effort was mostly done on GitHub. Effort is ongoing to bring this code line back to codereview.qt-project.org. The progress and more details about this project can be found under PySide 2

Documentation

Community Support

Development

Contributing to PySide Wiki

This Wiki is a community area where you can easily contribute, and which may contain rapidly changing information. Please put any wiki pages related to PySide into the Pyside category by adding the following text to the top of the page:

[[Category:PySide]]

Also, since PySide is sharing the wiki with other Qt users, include the word “PySide” or “Python” in the names of any new pages you create to differentiate it from other Qt pages..