##// END OF EJS Templates
Added colormap chart examples...
Added colormap chart examples Improved Zoom, added direction parameter. Signed-off-by: jeandet <alexis.jeandet@member.fsf.org>

File last commit:

r2828:7557d1ea51b5
r2901:d2a7a7849617
Show More
chartviewer.pro
9 lines | 247 B | text/idl | PrologLexer
Miikka Heikkinen
Moved manual tests to separate directory....
r2734 !include( ../../tests.pri ) {
error( "Couldn't find the test.pri file!" )
}
Michal Klocek
Adds charts to chartsviewer
r1753 include(charts/charts.pri)
Michal Klocek
Adds chartviewer demo
r1746 TARGET = chartviewer
Michal Klocek
Compilation fix on windows
r1757 INCLUDEPATH += .
Michal Klocek
Refactor charviewer...
r2127 SOURCES += main.cpp window.cpp view.cpp grid.cpp
HEADERS += window.h view.h charts.h model.h grid.h
Michal Klocek
Adds charts to chartsviewer
r1753