##// END OF EJS Templates
removed mention to Finland and modified temperatures in example to avoid possible copyright issues. Using fictional data now.
removed mention to Finland and modified temperatures in example to avoid possible copyright issues. Using fictional data now.

File last commit:

r1839:16961447933b
r1953:19301f21f096
Show More
chartviewer.pro
8 lines | 236 B | text/idl | PrologLexer
Michal Klocek
Adds chartviewer demo
r1746 !include( ../demos.pri ):error( "Couldn't find the demos.pri file!" )
Michal Klocek
Adds charts to chartsviewer
r1753 include(charts/charts.pri)
Michal Klocek
Adds chartviewer demo
r1746 TARGET = chartviewer
QT += opengl
Michal Klocek
Compilation fix on windows
r1757 INCLUDEPATH += .
Michal Klocek
Adds templete to chartviewer to simplyfy chart type creation
r1839 SOURCES += main.cpp window.cpp view.cpp
Michal Klocek
Add horizontal charts to chartviewer
r1755 HEADERS += window.h view.h charts.h model.h
Michal Klocek
Adds charts to chartsviewer
r1753