QML cross platform gui based on the QAbstractTableModel, with charts example and the ability to export the table to pdf file.
The application simulates the processing of some data and creates a table based on the result of this processing.
Qt5 needs to be installed.
Qt5.
You probably need to install qtcharts package, use the following command in Ubuntu:
sudo apt-get install -y qml-module-qtcharts
You can use it on Windows and Linux