PySide-QtQuick-Tutorials: Difference between revisions
Jump to navigation
Jump to search
AutoSpider (talk | contribs) (Rename category "LanguageBindings::PySide" -> "PySide") |
No edit summary |
||
Line 3: | Line 3: | ||
[[Category:PySide]] | [[Category:PySide]] | ||
<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> | |||
In this wiki page, we have sorted out some tutorials structured by rough experience levels. So we have tutorials for absolute beginners, for intermediate PySide developers and for the more advanced ones who are just searching for simple solutions for their complex problems. | In this wiki page, we have sorted out some tutorials structured by rough experience levels. So we have tutorials for absolute beginners, for intermediate PySide developers and for the more advanced ones who are just searching for simple solutions for their complex problems. |
Revision as of 08:45, 16 February 2018
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
In this wiki page, we have sorted out some tutorials structured by rough experience levels. So we have tutorials for absolute beginners, for intermediate PySide developers and for the more advanced ones who are just searching for simple solutions for their complex problems.
Beginner tutorials
Intermediate tutorials
- PySide QML Tutorials: Basic
Advanced tutorials
- Selectable list of Python objects in QML
- Multi-selection lists in Python with QML
- Defining and using constants from PySide in QML
- Using QtWebKit and QML with PySide
- Updating QML content from Python threads
- Utilizing Qt Quick Colibri in PySide
- Filling and reading QML UI forms from Python
- Auto-generating QObject from template in PySide
- Using QtMobility sensors and QML from PySide
- PySide QML Tutorials: Advanced