Controlling QT C++ Project from Python Script
Unsolved
Language Bindings
-
Hey,
I have seen that you can build QT Projects using Python but I was wondering if you can control a built .exe file and its API using a python script?
I basically try to bridge between 2 independent projects, one being a QT C++ built project, the other is a python run server. I want the python script to execute the QT project but I am not sure if it is possible, the way in intend it to.
Is there a way for an outside script to access a QT projects API?
-
Hi,
Do you mean you want to interact between both or do you want to start one from the other ?
-
Did you consider implementing an IPC solution ?