PythonQt
Screenshots
Description
PythonQt is a dynamic and lightweight script binding of the Qt framework to the Python language. It can be easily embedded into Qt applications and makes any QObject derived object scriptable via Python without the need of wrapper code generation.
Features
- Qt Scripting in Python
- Embedding of Python into Qt applications
- Dynamic scripting of QObjects without wrapper generation
Update Notifications
User Ratings
User Reviews
-
Great library for Qt C++ applications. Just what I've been looking for. Thanks
-
Very powerful library that allows you to easily add a python interface to your QT C++ application. It does not only enable you to define stuff in C++ that is accessible in python, but through the use of the QObject-metasystem objects in C++ and python are really interoperable. Additionally you have access to the whole QT framework from python (provided by the QtAll-library): you can open a webpage in a new browser widget with just 3 lines of python... We are using this library in a Qt-Opengl-Application (TLab, a 3d-viewer for T-spline surfaces, see www.topen.org). And we have already thought about adding the possibility to write python plugins for our application in the future, because it seemed quite simple to realize this with PythonQt...
-
Excellent and simple library in use! After Florian has helped to understand with emulation of properties, it became even better! I will use it in my project, the free too. Thanks authors for it!
-
Excellent library!
-
Excellent library. Integrates well with Qt and allows applications to become easily scriptable via python. If you provide a well written interface to your Qt Application it will become easily extendable and customizable by the end-user.