You should take a look at PythonQt . On the home page:
PythonQt is a dynamic Python binding for Qt . This offers an easy way to embed a Python scripting language in Qt Applications. It makes extensive use of QMetaObject systems and thus requires Qt4.x. Unlike PyQt, PythonQt is not a full Python wrapper around full Qt functionality. So if you are looking to write a complete Python application using the Qt GUI, you should use PyQt.
If you are looking for an easy way to embed Python objects in your C ++ / Qt. Application and script parts of your application through Python, PythonQt is the way to go!
Assembly / installation instructions for Windows are at the bottom of the page.
source share