##// END OF EJS Templates
Refactor domain model...
Refactor domain model * rewrites doman hadnling to support better mulitaxis * rewrites zoom in zoom out handling * makes domain a qobject * adds domain unit test * updates chartdataset unit test * renames signlas and slots for domain handling

File last commit:

r252:43766a725919
r439:86afa1b4ff5f
Show More
multichart.pro
12 lines | 187 B | text/idl | PrologLexer
Michal Klocek
Examples build setup cleanup
r252 !include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
Tero Ahola
Added example with multiple chart views
r198 }
TARGET = multichart
SOURCES += main.cpp \
multichartwidget.cpp
HEADERS += \
multichartwidget.h