pyqtgraph can help me for doing above 7 things? how can i use pyqtgraph on qt creator plat form?
thanks alot
You don't give a lot of information, so I'll have to second-guess a bit to be able to help.
Your main code base is using C++ ? And you are wondering how to combine this with a Python frontend for visualization ?
You may want to look into Boost.Python
(https://boostorg.github.io/python) to help you expose some of
your C++ interfaces to Python so you can script them, including
and in particular the data that you want to visualize.
--
...ich hab' noch einen Koffer in Berlin...
I can't suggest anything as I don't know your requirements. If
your main focus is visualization and you want to use Qt, I think
PyQt / PyQtGraph may just be the right tools for you.