2011-08-09 05:37:45 +08:00
|
|
|
PySide is a LGPL licensed python binding that allow access of Qt
|
|
|
|
libraries, making them available just using the import command.
|
2010-11-24 06:55:57 +08:00
|
|
|
|
2011-08-09 05:37:45 +08:00
|
|
|
The build process is comprised of two stages: in a first moment the
|
2013-07-27 02:07:25 +08:00
|
|
|
bindings source code are created from the Qt 4.8 headers by calling the
|
2011-08-09 05:37:45 +08:00
|
|
|
Generator Runner with appropriate parameters; the generated files are
|
|
|
|
then compiled and linked together to form the bindings libraries.
|