/qCharts

Edit and visualize numeric charts, save as XML (academic project)

Primary LanguageC++GNU General Public License v3.0GPL-3.0

qCharts

qCharts is an academic project. It allows to edit and visualize numeric charts in different formats (bar chart, pie chart, line chart, ...). It uses XML as storage format.

Build Status Coverity Scan Build Status

Screenshot

qChart window

Requirements

On Ubuntu 14.04 all the dependencies are installed by

sudo apt-get install libqt4-dev qt4-qmake

Compile

  • qmake -project
  • qmake
  • make

Run

  • ./qCharts
  • (load a demo file)
  • (enjoy the animations)