I want to add into my QT project a plot functionality. Since it is much simplier to create a plot in Python (Matplotlib, bokeh, etc.) I've decided to save some time. How to make QT(c++) and python understand each other?
-
Does PythonQwt solve your problem?Umbral Reaper– Umbral Reaper2021-05-05 21:37:54 +00:00Commented May 5, 2021 at 21:37
-
I need to use it from Qt (C++), not from pythonR A V– R A V2021-05-15 16:45:07 +00:00Commented May 15, 2021 at 16:45
-
To be clear, you want to access python libraries from C++? Or do you want to make a plot in python and embed it in a C++ Widget?Umbral Reaper– Umbral Reaper2021-05-16 08:54:06 +00:00Commented May 16, 2021 at 8:54
-
If it's the latter, see stackoverflow.com/questions/18678982/…. It certainly doesn't seem to be a simple problem.Umbral Reaper– Umbral Reaper2021-05-16 08:56:11 +00:00Commented May 16, 2021 at 8:56
-
Yes, I want somehow access a python libraries from C++. If it is possibleR A V– R A V2021-05-16 14:31:44 +00:00Commented May 16, 2021 at 14:31
Add a comment
|