Qt 6.11 is out! See what's new in the release
blog
Python application in C++ GUI
-
Hi
You can have a look at
https://docs.python.org/2/extending/index.html#extending-index
https://docs.python.org/2/extending/embedding.htmlYou could also call python script with QProcess and read the output
if your requirements permits