##// END OF EJS Templates
Refactors QAxis to QAbstractAxis...
Refactors QAxis to QAbstractAxis * adds subclasses QValuesAxis , QCategoriesAxis * barchart examples does not work correcly * failing tst_qchart * disabled custmchart example , tst_dataset * setNiceNumbers moved to TODO in examples and demos

File last commit:

r1541:88a7b44ee136
r1541:88a7b44ee136
Show More
examples.pro
26 lines | 661 B | text/idl | PrologLexer
CURRENTLY_BUILDING_COMPONENTS = "examples"
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
areachart \
barchart \
#customchart \
linechart \
percentbarchart \
piechart \
piechartdrilldown \
presenterchart \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
zoomlinechart \
modeldata \
groupedbarchart \
legend \
barmodelmapper \
qmlpiechart