PySide: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
(11 intermediate revisions by 7 users not shown)
Line 1: Line 1:
* [http://qt-project.org#6e65e73587f3a247048180d1e8644455 An Introduction to PySide]
{{LangSwitch}}
* [http://qt-project.org#5b6cf869265c13af8566f192b4ab3d2a Documentation]
[[Category:PySide]]
* [http://qt-project.org#5c4905b086a7fa830dffa3fbabb9c0d7 Community Support]
* [http://qt-project.org#330f49df8243756a8a4dc7f7f7ee6dfe Development]
* [http://qt-project.org#65d03b47eed3c63e34c191f7e14c963b Contributing to PySide Wiki]


'''English''' [http://wiki.qt.io/Category:LanguageBindings::PySide-Spanish Español] [http://wiki.qt.io/PySide-Hungarian Magyar] [http://wiki.qt.io/Category:LanguageBindings::PySide_Italian Italian] [http://wiki.qt.io/Category:LanguageBindings::PySide-Korean 한국어] [http://wiki.qt.io/Category:LanguageBindings::PySideJapanese 日本語]
<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>


[[Image:pysidelogo.png|PySide: Python for Qt]]
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 <span class="caps">LGPL</span>-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]]


* [http://wiki.qt.io/Category:LanguageBindings::PySide::Downloads Downloads]
= An Introduction to PySide =


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


The latest version of PySide is 1.2.2 released on April 25, 2014 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]]


* [http://wiki.qt.io/About-PySide Project Goals and Licensing]
= Documentation =
* [http://web.archive.org/web/20120530074406/http://www.pyside.org/docs/pseps/ PySide Enhancement Proposals] ''[web.archive.org]'' and [http://qt.gitorious.org/pyside/pseps/trees/master here] ''[qt.gitorious.org]''
* [http://wiki.qt.io/PySide_Roadmap PySide Roadmap]
* [http://wiki.qt.io/PySide_FAQ Frequently Asked Questions (<span class="caps">FAQ</span>)]
* [http://wiki.qt.io/PySide_Based_Apps List of Applications Based on PySide]
* [http://wiki.qt.io/PySide_Logo The PySide logo]
* [http://wiki.qt.io/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]]


* [http://wiki.qt.io/PySideDocumentation PySide Documentation]
= Community Support =
* [http://pyside.github.io/docs/pyside/ PySide 1.2.1 <span class="caps">API</span> Reference] ''[pyside.github.io]''
* [https://deptinfo-ensip.univ-poitiers.fr/ENS/pyside-docs/index.html PySide 1.1.0 <span class="caps">API</span> Reference] ''[deptinfo-ensip.univ-poitiers.fr]''
* [http://srinikom.github.com/pyside-docs/ PySide 1.0.7 <span class="caps">API</span> Reference] ''[srinikom.github.com]''
* [http://wiki.qt.io/PySide_Tutorials PySide Tutorials]
* [http://wiki.qt.io/PySide-QtQuick-Tutorials PySide Tutorials with QtQuick and <span class="caps">QML</span>]
* [http://wiki.qt.io/PySide_Video_Tutorials PySide Tutorials (Videos)]
* [http://wiki.qt.io/PySide_Example_Applications PySide Example Applications]
* [http://wiki.qt.io/PySide_Presentations PySide Presentations]


=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]


* [http://lists.qt.io/mailman/listinfo/pyside General Mailing list] ''[lists.qt.io]'', [http://dir.gmane.org/gmane.comp.lib.qt.pyside Archives] ''[dir.gmane.org]''
= Development =
* [http://forum.qt.io/viewforum/15/ Forum on Qt-Project] ''[qt.io]''
* [http://stackoverflow.com/questions/tagged/pyside Forum on Stack Overflow] ''[stackoverflow.com]''
* [http://wiki.qt.io/Category:LanguageBindings::PySide This Wiki]
* Internet Relay Chat (<span class="caps">IRC</span>): '''#pyside''' channel at [https://webchat.freenode.net/ FreeNode] ''[webchat.freenode.net]''


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


* [https://groups.google.com/forum/#!forum/pyside-dev Development Group] ''[groups.google.com]''
= Contributing to PySide Wiki =
* [http://wiki.qt.io/PySideDevelopment PySide Development]
* [http://pyside.github.io/docs/shiboken/ Shiboken 1.2.1 Documentation] ''[pyside.github.io]''
* [http://pyside.github.io/docs/api-extractor/ Api Extractor 1.2.1 Documentation] ''[pyside.github.io]''
* [http://qt.gitorious.org/pyside/ Gitorious repositories] ''[qt.gitorious.org]'': Official
* [https://github.com/pyside GitHub repositories] ''[github.com]'': Unofficial Mirror
* [http://wiki.qt.io/PySideContributors List of PySide Contributors]
* [http://setanta.wordpress.com/binding-c/ Binding C++] ''[setanta.wordpress.com]'': 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:


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 [http://wiki.qt.io/Category:LanguageBindings::PySide 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..
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..
===Subcategories:===
There are 6 subcategories for this category
* [http://wiki.qt.io/Category:LanguageBindings::PySide::Downloads Downloads]
===There are 132 articles in "LanguageBindings -&gt; PySide":===
'''1'''[http://wiki.qt.io/Category:LanguageBindings::PySide/P100 2][http://wiki.qt.io/Category:LanguageBindings::PySide/P100 &gt;]===A===
* [http://wiki.qt.io/About-PySide About PySide]
* [http://wiki.qt.io/About-PySide-Japanese About PySide Japanese]
* [http://wiki.qt.io/Auto-generating-QObject-from-template-in-PySide Auto generating QObject from template in PySide]===B===
* [http://wiki.qt.io/Building_PySide Building_PySide]
* [http://wiki.qt.io/Building_PySide_on_Android Building_PySide_on_Android]
* [http://wiki.qt.io/Building_PySide_on_Linux Building_PySide_on_Linux]
* [http://wiki.qt.io/Building_PySide_on_Mac_OS_X Building_PySide_on_Mac_OS_X]
* [http://wiki.qt.io/Building_PySide_on_Symbian Building_PySide_on_Symbian]
* [http://wiki.qt.io/Building_PySide_on_Windows Building_PySide_on_Windows]===C===
* [http://wiki.qt.io/Connecting_QML_Signals_in_PySide Connecting_QML_Signals_in_PySide]===D===
* [http://wiki.qt.io/Defining-and-using-constants-from-PySide-in-QML Defining and using constants from PySide in QML]
* [http://wiki.qt.io/Defining-and-using-constants-from-PySide-in-QML-Korean Defining and using constants from PySide in QML Korean]
* [http://wiki.qt.io/Differences_Between_PySide_and_PyQt Differences_Between_PySide_and_PyQt]
* [http://wiki.qt.io/Differences_Between_PySide_and_PyQt_SimplifiedChinese Differences_Between_PySide_and_PyQt_SimplifiedChinese]===F===
* [http://wiki.qt.io/Filling-and-reading-QML-UI-forms-from-Python Filling and reading QML UI forms from Python]===G===
* [http://wiki.qt.io/Generating_new_bindings_with_PySide Generating_new_bindings_with_PySide]
* [http://wiki.qt.io/Generating_PySide_Reference_Documentation Generating_PySide_Reference_Documentation]===H===
* [http://wiki.qt.io/Hello-World-in-PySide Hello World in PySide]
* [http://wiki.qt.io/Hello-World-in-PySide-and-QtQuick Hello World in PySide and QtQuick]
* [http://wiki.qt.io/Hello-World-in-PySide-and-QtQuick-Japanese Hello World in PySide and QtQuick Japanese]
* [http://wiki.qt.io/Hello-World-in-PySide-and-QtQuick-Korean Hello World in PySide and QtQuick Korean]
* [http://wiki.qt.io/Hello-World-in-PySide-Japanese Hello World in PySide Japanese]
* [http://wiki.qt.io/Hello-World-in-PySide-Korean Hello World in PySide Korean]===L===
* [http://wiki.qt.io/Category:LanguageBindings Category:LanguageBindings]
* [http://wiki.qt.io/Category:LanguageBindings::PySide Category:LanguageBindings -&gt; PySide]
* [http://wiki.qt.io/Category:LanguageBindings::PySide::Downloads Category:LanguageBindings -&gt; PySide -&gt; Downloads]
* [http://wiki.qt.io/Category:LanguageBindings::PySide::Newbie_Tutorials Category:LanguageBindings -&gt; PySide -&gt; Newbie_Tutorials]
* [http://wiki.qt.io/Category:LanguageBindings::PySide_FAQ_Japanese Category:LanguageBindings -&gt; PySide_FAQ_Japanese]===M===
* [http://wiki.qt.io/Multi-selection-lists-in-Python-with-QML Multi selection lists in Python with QML]===P===
* [http://wiki.qt.io/Packaging_PySide_applications_on_Windows Packaging_PySide_applications_on_Windows]
* [http://wiki.qt.io/PySide-and-QML-Playground PySide and QML Playground]
* [http://wiki.qt.io/PySide-Internationalization-Japanese PySide Internationalization Japanese]
* [http://wiki.qt.io/PySide-Newbie-Tutorials PySide Newbie Tutorials]
* [http://wiki.qt.io/PySide-Newbie-Tutorials-Japanese PySide Newbie Tutorials Japanese]
* [http://wiki.qt.io/PySide-Pitfalls-Japanese PySide Pitfalls Japanese]
* [http://wiki.qt.io/PySide-QtQuick-Tutorials PySide QtQuick Tutorials]
* [http://wiki.qt.io/PySide-Tutorials-by-Experience-Level PySide Tutorials by Experience Level]
* [http://wiki.qt.io/PySide-Tutorials-by-Experience-Level-Japanese PySide Tutorials by Experience Level Japanese]
* [http://wiki.qt.io/PySide-Tutorials-by-Experience-Level-Korean PySide Tutorials by Experience Level Korean]
* [http://wiki.qt.io/PySideContributors PySideContributors]
* [http://wiki.qt.io/PySideDevelopment PySideDevelopment]
* [http://wiki.qt.io/PySideDocumentation PySideDocumentation]
* [http://wiki.qt.io/PySideDocumentationJapanese PySideDocumentationJapanese]
* [http://wiki.qt.io/PySideDownloadsJapanese PySideDownloadsJapanese]
* [http://wiki.qt.io/PySideSimplicissimus_Module_1_Prerequisites PySideSimplicissimus_Module_1_Prerequisites]
* [http://wiki.qt.io/PySideSimplicissimus_Module_2_CloseButton PySideSimplicissimus_Module_2_CloseButton]
* [http://wiki.qt.io/PySideSimplicissimus_Module_2_CloseButton_Japanese PySideSimplicissimus_Module_2_CloseButton_Japanese]
* [http://wiki.qt.io/PySideSimplicissimus_Module_3_AboutBox PySideSimplicissimus_Module_3_AboutBox]
* [http://wiki.qt.io/PySideSimplicissimus_Module_3_AboutBox_Japanese PySideSimplicissimus_Module_3_AboutBox_Japanese]
* [http://wiki.qt.io/PySideSimplicissimus_Module_4_ShowLicence PySideSimplicissimus_Module_4_ShowLicence]
* [http://wiki.qt.io/PySideSimplicissimus_Module_4_ShowLicence_Japanese PySideSimplicissimus_Module_4_ShowLicence_Japanese]
* [http://wiki.qt.io/PySideSimplicissimus_Module_5_Combine PySideSimplicissimus_Module_5_Combine]
* [http://wiki.qt.io/PySideSimplicissimus_Module_5_Combine_Japanese PySideSimplicissimus_Module_5_Combine_Japanese]
* [http://wiki.qt.io/PySideSimplicissimus_Module_6_AlternativeCombine PySideSimplicissimus_Module_6_AlternativeCombine]
* [http://wiki.qt.io/PySideSimplicissimus_Module_6_AlternativeCombine_Japanese PySideSimplicissimus_Module_6_AlternativeCombine_Japanese]
* [http://wiki.qt.io/PySideSimplicissimus_Module_7_CombineAllIn1 PySideSimplicissimus_Module_7_CombineAllIn1]
* [http://wiki.qt.io/PySideSimplicissimus_Module_7_CombineAllIn1_Japanese PySideSimplicissimus_Module_7_CombineAllIn1_Japanese]
* [http://wiki.qt.io/PySideTutorials_Clickable_button PySideTutorials_Clickable_button]
* [http://wiki.qt.io/PySideTutorials_Clickable_button_Japanese PySideTutorials_Clickable_button_Japanese]
* [http://wiki.qt.io/PySideTutorials_Simple_Dialog PySideTutorials_Simple_Dialog]
* [http://wiki.qt.io/PySideTutorials_Simple_Dialog_Japanese PySideTutorials_Simple_Dialog_Japanese]
* [http://wiki.qt.io/PySide_API_Extractor PySide_API_Extractor]
* [http://wiki.qt.io/PySide_Archives PySide_Archives]
* [http://wiki.qt.io/PySide_Based_Apps PySide_Based_Apps]
* [http://wiki.qt.io/PySide_Binaries_Linux PySide_Binaries_Linux]
* [http://wiki.qt.io/PySide_Binaries_MacOSX PySide_Binaries_MacOSX]
* [http://wiki.qt.io/PySide_Binaries_Maemo PySide_Binaries_Maemo]
* [http://wiki.qt.io/PySide_Binaries_MeeGo PySide_Binaries_MeeGo]
* [http://wiki.qt.io/PySide_Binaries_Windows PySide_Binaries_Windows]
* [http://wiki.qt.io/PySide_Binding_Generation_Tutorial PySide_Binding_Generation_Tutorial]
* [http://wiki.qt.io/PySide_Binding_Generation_Tutorial:_Module_1_Creating_the_foo_library PySide_Binding_Generation_Tutorial:_Module_1_Creating_the_foo_library]
* [http://wiki.qt.io/PySide_Binding_Generation_Tutorial:_Module_2_Binding_libfoo_using_Shiboken PySide_Binding_Generation_Tutorial:_Module_2_Binding_libfoo_using_Shiboken]
* [http://wiki.qt.io/PySide_Binding_Generation_Tutorial:_Module_3_Creating_Type_System_Description PySide_Binding_Generation_Tutorial:_Module_3_Creating_Type_System_Description]
* [http://wiki.qt.io/PySide_Binding_Generation_Tutorial:_Module_4_The_Global_Header PySide_Binding_Generation_Tutorial:_Module_4_The_Global_Header]
* [http://wiki.qt.io/PySide_Binding_Generation_Tutorial:_Module_5_Building_the_generator PySide_Binding_Generation_Tutorial:_Module_5_Building_the_generator]
* [http://wiki.qt.io/PySide_Binding_Generator PySide_Binding_Generator]
* [http://wiki.qt.io/PySide_Bits_Pieces PySide_Bits_Pieces]
* [http://wiki.qt.io/PySide_CMake_Primer PySide_CMake_Primer]
* [http://wiki.qt.io/PySide_DBus_Integration PySide_DBus_Integration]
* [http://wiki.qt.io/PySide_Development_Getting_Started PySide_Development_Getting_Started]
* [http://wiki.qt.io/PySide_Engineering_Application PySide_Engineering_Application]
* [http://wiki.qt.io/PySide_Error_Management PySide_Error_Management]
* [http://wiki.qt.io/PySide_Examples PySide_Examples]
* [http://wiki.qt.io/PySide_Example_Applications PySide_Example_Applications]
* [http://wiki.qt.io/PySide_FAQ PySide_FAQ]
* [http://wiki.qt.io/PySide_for_Android_guide PySide_for_Android_guide]
* [http://wiki.qt.io/PySide_Generating_New_Bindings PySide_Generating_New_Bindings]
* [http://wiki.qt.io/PySide_GSoc_Ideas PySide_GSoc_Ideas]
* [http://wiki.qt.io/PySide_Hungarian PySide_Hungarian]
* [http://wiki.qt.io/PySide_Internationalization PySide_Internationalization]
* [http://wiki.qt.io/PySide_Logo PySide_Logo]
* [http://wiki.qt.io/PySide_Pitfalls PySide_Pitfalls]
* [http://wiki.qt.io/PySide_Presentations PySide_Presentations]
* [http://wiki.qt.io/PySide_Python_3_Issues PySide_Python_3_Issues]
* [http://wiki.qt.io/PySide_Python_3_Support PySide_Python_3_Support]
* [http://wiki.qt.io/PySide_QML_Tutorial_Advanced_1 PySide_QML_Tutorial_Advanced_1]
* [http://wiki.qt.io/PySide_QML_Tutorial_Advanced_2 PySide_QML_Tutorial_Advanced_2]
* [http://wiki.qt.io/PySide_QML_Tutorial_Advanced_3 PySide_QML_Tutorial_Advanced_3]
* [http://wiki.qt.io/PySide_QML_Tutorial_Advanced_4 PySide_QML_Tutorial_Advanced_4]
* [http://wiki.qt.io/PySide_QML_Tutorial_Basic_1 PySide_QML_Tutorial_Basic_1]'''1'''[http://wiki.qt.io/Category:LanguageBindings::PySide/P100 2][http://wiki.qt.io/Category:LanguageBindings::PySide/P100 &gt;]
===Categories:===
* [http://wiki.qt.io/Category:LanguageBindings LanguageBindings]
** [http://wiki.qt.io/Category:LanguageBindings::PySide PySide]
*** [http://wiki.qt.io/Category:LanguageBindings::PySide::Downloads Downloads]

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