PySide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{LangSwitch}}
{{LangSwitch}}
[[Category:LanguageBindings::PySide]]
[[Category:PySide]]


http://srinikom.github.com/pyside-docs/_static/pysidelogo.png
<big>'''Attention: 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]]'''</big>


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.
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]]
* [[:Category:LanguageBindings::PySide::Downloads|Downloads]]
Line 19: Line 19:
* [[PySide_Logo|The PySide logo]]
* [[PySide_Logo|The PySide logo]]
* [[PySide_Archives | PySide Archives]]
* [[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 =
= Documentation =
Line 40: Line 38:
= Community Support =
= Community Support =


* [http://lists.qt-project.org/mailman/listinfo/pyside General Mailing list ], [http://dir.gmane.org/gmane.comp.lib.qt.pyside Archives]
* [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]
* [http://stackoverflow.com/questions/tagged/pyside Forum on Stack Overflow]
* [[:Category:LanguageBindings::PySide | This Wiki]]
* [[:Category:LanguageBindings::PySide | This Wiki]]
* Internet Relay Chat (IRC): '''#pyside''' channel at [https://webchat.freenode.net/ FreeNode]
* Internet Relay Chat (IRC): '''#qt-pyside''' channel at [https://webchat.freenode.net/ FreeNode]


= Development =
= Development =
Line 61: Line 59:


<code>
<code>
[[Category:LanguageBindings::PySide]]
[[Category:PySide]]
</code>
</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..
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 08:55, 16 February 2018

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

Attention: a port of PySide to Qt 5.x started in 2014, the progress and more details about this project can be found under 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.

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.

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..