##// 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:

r296:8254aab7233d
r439:86afa1b4ff5f
Show More
percentbarchart.pro
10 lines | 179 B | text/idl | PrologLexer
!include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
}
TARGET = percentbarchart
SOURCES += main.cpp \
chartwidget.cpp
HEADERS += \
chartwidget.h