PySide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Adding PySide2 reference)
(redirect to the current page)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{LangSwitch}}
#REDIRECT [[Qt_for_Python]]
[[Category:PySide]]
 
http://srinikom.github.com/pyside-docs/_static/pysidelogo.png
 
'''A port of PySide to Qt 5.x started in 2014, the progress and more details about this project can be found under [[PySide2 | PySide 2]]'''
 
Welcome to the PySide documentation wiki page. The PySide project provides LGPL-licensed Python bindings for the Qt 4. 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]]
 
= 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..

Latest revision as of 10:16, 10 December 2019

Redirect to: