PySide Tutorials: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
Line 57: Line 57:
* [http://lynxline.com/superhybrids-part-2-now-qt-pyside/ Hybrid C++/Python applications with PySide]
* [http://lynxline.com/superhybrids-part-2-now-qt-pyside/ Hybrid C++/Python applications with PySide]
* [http://www.hexblog.com/?p=229 Using PySide to create UI interfaces for IDA Pro with IDAPython]
* [http://www.hexblog.com/?p=229 Using PySide to create UI interfaces for IDA Pro with IDAPython]
* [http://lists.openbossa.org/pipermail/pyside/2010-December/001517.html Automatic import redirection of PyQt4 to PySide]
* [http://blogger-mikael.blogspot.com/2010/12/pyside-django-abstract.html Hybrid Qt applications with PySide and Django]
* [http://blogger-mikael.blogspot.com/2010/12/pyside-django-abstract.html Hybrid Qt applications with PySide and Django]
* [http://www.setantas.net/blog/2011/03/08/python-bindings-for-libepub-using-shiboken Python bindings for libepub using Shiboken]

Revision as of 14:41, 23 February 2021


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

Your First PySide Application

Beginner Tutorials

PythonCentral: PySide/PyQt Guide

A full guide on Qt for Python – PySide and PyQt. With PySide and PyQt Python code examples, tutorials and references. Authored by Jason Fruit who has worked with Python since 2000. In fact, he loves it so much, he even used it to name his children.

Intermediate Tutorials

Advanced Tutorials