Live plotting of graph in qml
-
Hi
I need to create a live graph plotting application.The cpp part of the project is continuously sending the data.these data has to plotted dynamically in run time such that the graph will be moving.
Same as what we see in a ECG.How can I implement this in qml.
What is the appropriate way to do that.
Regards
Reshmi. -
If you have time, you can refer to qwt, and then develop UI components like qwt in QML.
http://qwt.sourceforge.net/curvescreenshots.html
see CPU usageIf you have budget, Qt chart should help you.
-
The stocqt demo in the qtdeclarative module draws a graph of stock prices.
https://qt.gitorious.org/qt/qtdeclarative or Examples/Qt-<version>/quick/demos/stocqt/
-
Or you can check "heartMonitor":https://qt.gitorious.org/qt-labs/qt5-everywhere-demo/source/6178748a6ea34df40a8e3c9ce67137e33383bb0e:QtDemo/qml/QtDemo/demos in the Qt Everywhere demo.