Skip to content
forked from fpoli/qCharts

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

License

Notifications You must be signed in to change notification settings

PerfectLiang/qCharts

 
 

Repository files navigation

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)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 100.0%