Skip to content

Latest commit

 

History

History
22 lines (22 loc) · 1.24 KB

README.md

File metadata and controls

22 lines (22 loc) · 1.24 KB

TableViewExample

QML cross platform gui based on the QAbstractTableModel, with charts example and the ability to export the table to pdf file.

How to use it

Demostration video
The application simulates the processing of some data and creates a table based on the result of this processing.

Build

Qt5 needs to be installed.

Screenshots

Main view on Windows

Main view on Windows

Charts view

Charts view

Export pdf

Export pdf

Main view on Linux

Main view on Linux

Qt version

Qt5.
You probably need to install qtcharts package, use the following command in Ubuntu:
sudo apt-get install -y qml-module-qtcharts

Platforms supported

You can use it on Windows and Linux