Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
What is the best way to communicate between Qt5 and pyQt5 for exchanging data ?
-
Hi ,
My Qt c++ code needs to exchange data between pyQt program frequently. I tried to use qmqtt and still strugling .
c++ generating some images and need to send pyQt process with meta data and get back the result as string/text.
what could be sugesstion for easy and fast alternative ?
-
QLocalSocket
or Qt Remote Objects for a more high-level API