0

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?

5
  • Does PythonQwt solve your problem? Commented May 5, 2021 at 21:37
  • I need to use it from Qt (C++), not from python Commented 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? Commented 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. Commented May 16, 2021 at 8:56
  • Yes, I want somehow access a python libraries from C++. If it is possible Commented May 16, 2021 at 14:31

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.