PySideDocumentation: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Convert ExpressionEngine links)
Line 21: Line 21:
=== API Reference Manuals ===
=== API Reference Manuals ===


* "PySide 1.0.7 API":http://srinikom.github.com/pyside-docs/
* [http://srinikom.github.com/pyside-docs/ PySide 1.0.7 API]
* "PySide 1.1.0 API":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 31: Line 31:
== Getting Started with QtQuick/QML ==
== Getting Started with QtQuick/QML ==


* "Introduction to the QML language":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 38: Line 38:


* [[PySide-and-QML-Playground | PySide and QtQuick/QML Playground]]
* [[PySide-and-QML-Playground | PySide and QtQuick/QML Playground]]
* "Declarative examples in git":http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/examples/declarative
* [http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/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 58: Line 58:
== Getting Started with PySide Mobility ==
== Getting Started with PySide Mobility ==


* "PySide Mobility 0.2.2 Documentation":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
* "PySide Mobility examples in git":http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/mobility
* [http://qt.gitorious.org/pyside/pyside-examples/trees/HEAD/mobility PySide Mobility examples in git]
* [[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:
** "Gitorious":https://qt.gitorious.org/pyside/pyside-mobility
** [https://qt.gitorious.org/pyside/pyside-mobility Gitorious]
** "GitHub":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 ==


* "SuperHybrids part 2, now Qt + PySide":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 ==


* "Porting from Qt 4 to Qt 5":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]]

Revision as of 15:09, 4 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

English 日本語 [toc align_right="yes" depth="3"]

PySide Documentation

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