##// END OF EJS Templates
Refactors axis layout managment...
Refactors axis layout managment * create layout handling * add basic animations support

File last commit:

r276:d062a7f38647
r291:2b7ffa40a22f
Show More
barchart.pro
12 lines | 216 B | text/idl | PrologLexer
Michal Klocek
Examples build setup cleanup
r252 !include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
sauimone
Added bar chart example
r78 }
TARGET = barchart
SOURCES += main.cpp \
sauimone
updated barchart examples. minor fixes
r276 chartwidget.cpp \
custombarset.cpp
sauimone
Added bar chart example
r78 HEADERS += \
sauimone
updated barchart examples. minor fixes
r276 chartwidget.h \
custombarset.h
sauimone
Added bar chart example
r78