Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 428 Bytes

File metadata and controls

16 lines (11 loc) · 428 Bytes

qChart

qChart is a tool to visualize different charts from a serie of datas. It's developed in C++ with the Qt as an academic project for the class of OOP in 2013.

Quick start

Make sure you have Qt installed first.

From the project root, run

qmake qChart.pro && make

to build the executable.

Documentation

Part of the (italian) documentation can be found in the relazione directory.