Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.
Category:LanguageBindings::PySide::Shiboken::PySide Binding Generation Tutorial
This article is nominated for deletion. Reason: PySide is obsolete. Please raise your support/opposition to this nomination in the article's discussion page. |
h1. PySide Binding Generation Tutorial
This tutorial describes the process of creating bindings with Shiboken. A very simple Qt-based library will be used as an example.
The image below shows the inputs needed to generate the binding source code.
http://www.pyside.org/docs/shiboken-0.5.0/_images/generatorworkings.png
The user provides the headers for the library along with a type system file describing how the classes will be exported to the target language, as well as any needed custom source code to be merged with the generated source code. If no big alteration is needed this will just be a declarative list of classes, namespaces, enums and global functions.
This tutorial will go through the steps needed to have the binding ready to be imported and used from a Python program. The tutorial source code is available as a "tarball":http://pyside.org/files/binding-tutorial.tar.gz. There are two versions of the binding example: the source code is the same but one uses a general Makefile and the other CMake build files; the latter is the system used by Shiboken and PySide.
ATTENTION: this tutorial and example will work with Shiboken and PySide 0.5+.
("French":http://qt-devnet.developpez.com/tutoriels/python/pyside/binding-shiboken/#LIII)
("French":http://qt-devnet.developpez.com/tutoriels/python/pyside/binding-shiboken/#LIV)
("French":http://qt-devnet.developpez.com/tutoriels/python/pyside/binding-shiboken/#LV)
("French":http://qt-devnet.developpez.com/tutoriels/python/pyside/binding-shiboken/#LVI)
This category currently contains no pages or media.