Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 738 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 738 Bytes

qtcharts_dynamic_series

Sample project that add points to a QML chart dynamically from C++

This is sample/minimal application which demonstrates how new points for a QML LineSeries can be added dynamically (during runtime) either from another C++ thread or from the QML itself. The application uses QAbstractTableModel as base data model for the Lineseries.

There was a threading bug in the initial version that has been fixed.