summaryrefslogtreecommitdiffstats
path: root/python/pyside/README
blob: 4908a0f2f52de11d4b37bf21613c1795287743af (plain)
1
2
3
4
5
6
7
PySide is a LGPL licensed python binding that allow access of Qt
libraries, making them available just using the import command.

The build process is comprised of two stages: in a first moment the
bindings source code are created from the Qt 4.8 headers by calling the
Generator Runner with appropriate parameters; the generated files are
then compiled and linked together to form the bindings libraries.