how can QT and python be integrated
Unsolved
General and Desktop
-
I have qt.4.3.3 can I include python script for the same
-
Qt is C++ code. There are ways to integrate the Python Code in C++. Google can give you tutorial on how to integrate the Python with C++ code. Enjoy!!
-
The best integration is using something like
https://wiki.python.org/moin/PyQtHowever , there is no c++ involved.
So i think you need to tell a little bit about what you are trying and what kind of integration you are after.