Qt 6.11 is out! See what's new in the release
blog
[QML] is there any free charts/plots library for QML?
QML and Qt Quick
4
Posts
4
Posters
4.8k
Views
2
Watching
-
Ses there http://askubuntu.com/questions/531472/how-to-create-charts-in-qml
hope this helps -
Maybe you can use a webview-widget and a JavaScript Chart Libraray like "HighCharts":http://www.highcharts.com/ and generate a HTML-File with the data.
-
Maybe you can use a webview-widget and a JavaScript Chart Libraray like "HighCharts":http://www.highcharts.com/ and generate a HTML-File with the data.