PySide: Difference between revisions
(Adding PySide2 reference) |
AlexBlasche (talk | contribs) No edit summary |
||
Line 6: | Line 6: | ||
'''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]]''' | '''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. | 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 40: | Line 40: | ||
= 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]] |
Revision as of 14:39, 15 February 2018
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.
- Project Goals and Licensing
- PySide Enhancement Proposals and here
- PySide Roadmap
- Frequently Asked Questions (FAQ)
- List of Applications Based on PySide
- The PySide logo
- PySide Archives
Documentation
- PySide Documentation
- PySide 1.2.1 API Reference
- PySide 1.1.0 API Reference
- PySide 1.0.7 API Reference
- PySide Tutorials
- PySide Tutorials with QtQuick and QML
- PySide Tutorials (Videos)
- PySide Example Applications
- PySide Presentations
- Packaging PySide applications on MacOS
- PySide GSoc Ideas
- PySide Python 3 Issues
- PySide QML Tutorial Advanced 4
Community Support
- General Mailing list , Archives
- Forum on Stack Overflow
- This Wiki
- Internet Relay Chat (IRC): #qt-pyside channel at FreeNode
Development
- Development Group
- PySide Development
- Shiboken 1.2.1 Documentation
- Api Extractor 1.2.1 Documentation
- Gitorious repositories: Official
- GitHub repositories: Unofficial Mirror
- List of PySide Contributors
- 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:
[[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..