PySideDocumentation: Difference between revisions

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


'''English''' [[PySideDocumentationJapanese|日本語]]<br />[toc align_right=&quot;yes&amp;quot; depth=&quot;3&amp;quot;]
'''English''' [[PySideDocumentationJapanese|日本語]]


= PySide Documentation =
{| class="wikitable"
|-
| style="background: #ff6961;text-align: center;"| Attention
|-
| This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to [[Qt for Python]]
|}


Welcome to the PySide documentation wiki page.
Welcome to the PySide documentation wiki page.
Line 9: Line 15:
== Getting Started with PySide ==
== Getting Started with PySide ==


* [[Get PySide]]
* [[Get-PySide | Get PySide]]
* [[Setting_up_PySide | Setting Up PySide]]
* [[Setting_up_PySide | Setting Up PySide]]
* [[Hello-World-in-PySide | Hello World: Your First PySide Application]]
* [[Hello-World-in-PySide | Hello World: Your First PySide Application]]
Line 18: Line 24:
=== API Reference Manuals ===
=== API Reference Manuals ===


* &quot;PySide 1.0.7 API&amp;quot;:http://srinikom.github.com/pyside-docs/
* [http://srinikom.github.com/pyside-docs/ PySide 1.0.7 API]
* &quot;PySide 1.1.0 API&amp;quot;:https://deptinfo-ensip.univ-poitiers.fr/ENS/pyside-docs/index.html
* [https://deptinfo-ensip.univ-poitiers.fr/ENS/pyside-docs/index.html PySide 1.1.0 API]


=== Tutorials and Example Applications ===
=== Tutorials and Example Applications ===
Line 28: Line 34:
== Getting Started with QtQuick/QML ==
== Getting Started with QtQuick/QML ==


* &quot;Introduction to the QML language&amp;quot;:http://doc.qt.io/qt-5/qml-tutorial.html
* [http://doc.qt.io/qt-5/qml-tutorial.html Introduction to the QML language]
* [[Signals_and_Slots_in_PySide | Understanding Signals and Slots in PySide]]
* [[Signals_and_Slots_in_PySide | Understanding Signals and Slots in PySide]]
* [[PySide-QtQuick-Tutorials | PySide QtQuick and QML Tutorials]]
* [[PySide-QtQuick-Tutorials | PySide QtQuick and QML Tutorials]]
Line 35: Line 41:


* [[PySide-and-QML-Playground | PySide and QtQuick/QML Playground]]
* [[PySide-and-QML-Playground | PySide and QtQuick/QML Playground]]
* &quot;Declarative examples in git&amp;quot;:http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/examples/declarative
* [https://github.com/PySide/Examples/tree/master/examples/declarative Declarative examples in git]
* [[Auto-generating-QObject-from-template-in-PySide | Auto-Generating QObject From Template in PySide]]
* [[Auto-generating-QObject-from-template-in-PySide | Auto-Generating QObject From Template in PySide]]
* [[Connecting_QML_Signals_in_PySide | Connecting QML signals in PySide]]
* [[Connecting_QML_Signals_in_PySide | Connecting QML signals in PySide]]
Line 55: Line 61:
== Getting Started with PySide Mobility ==
== Getting Started with PySide Mobility ==


* &quot;PySide Mobility 0.2.2 Documentation&amp;quot;:http://web.archive.org/web/20120530072549/http://www.pyside.org/docs/pyside-mobility/ (From Internet Archive)
* [http://web.archive.org/web/20120530072549/http://www.pyside.org/docs/pyside-mobility/ PySide Mobility 0.2.2 Documentation] (From Internet Archive)
** The old link appears lost: http://www.pyside.org/docs/pyside-mobility
** The old link appears lost: http://www.pyside.org/docs/pyside-mobility
* &quot;PySide Mobility examples in git&amp;quot;:http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/mobility
 
* [[Using-QtMobility-sensors-and-QML-from-PySide | Using QtMobility sensors and QML from PySide]]
* [[Using-QtMobility-sensors-and-QML-from-PySide | Using QtMobility sensors and QML from PySide]]
* PySide Mobility Source Code Repositories:
* PySide Mobility Source Code Repositories:
** &quot;Gitorious&amp;quot;:https://qt.gitorious.org/pyside/pyside-mobility
** [https://qt.gitorious.org/pyside/pyside-mobility Gitorious]
** &quot;GitHub&amp;quot;:https://github.com/PySide/Mobility
** [https://github.com/PySide/Mobility GitHub]


== Topics in Writing PySide and Qt Apps ==
== Topics in Writing PySide and Qt Apps ==


* &quot;SuperHybrids part 2, now Qt + PySide&amp;quot;:http://lynxline.com/superhybrids-part-2-now-qt-pyside/
* [http://lynxline.com/superhybrids-part-2-now-qt-pyside/ SuperHybrids part 2, now Qt + PySide]


== Qt4 to Qt5 ==
== Qt4 to Qt5 ==


* &quot;Porting from Qt 4 to Qt 5&amp;quot;:http://www.kdab.com/porting-from-qt-4-to-qt-5/
* [http://www.kdab.com/porting-from-qt-4-to-qt-5/ Porting from Qt 4 to Qt 5]


== Distribute PySide Applications ==
== Distribute PySide Applications ==


* [[Packaging_PySide_applications_on_Windows | Packaging PySide Applications on Windows]]
* [[Packaging_PySide_applications_on_Windows | Packaging PySide Applications on Windows]]

Latest revision as of 10:33, 24 February 2022

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

English 日本語

Attention
This is a page dedicated to PySide (Qt4). For recent development on PySide2 (Qt5) and PySide6 (Qt6) refer to Qt for Python

Welcome to the PySide documentation wiki page.

Getting Started with PySide

API Reference Manuals

Tutorials and Example Applications

Getting Started with QtQuick/QML

QtQuick/QML Topics

Getting Started with QtCreator

Getting Started with QtWebkit

Getting Started with PySide Mobility

Topics in Writing PySide and Qt Apps

Qt4 to Qt5

Distribute PySide Applications