PySide – Introduction – part 001

PySide requires Python 2.6 or later and Qt 4.6 or better so I used python3.4.
Can you read more about PySide from pypi.python.org/pypi/PySide:
PySide is the Python Qt bindings project, providing access to the complete Qt 4.8 framework as well as to generator tools for rapidly generating bindings for any C++ libraries.
You can use pip3.4 to install this module:

Now I can some simple examples to see how to deal with this python module.
The code example is very simplistic if you know something about Qt. Even you can deal with this tutorial.
pyside

The next example will show you a message box with two buttons.
pyside

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.