##// END OF EJS Templates
Refactors Domain and Axis...
Refactors Domain and Axis * removes legacy code from domain * moves nice numbers handling from domain to valuesaxis * moves ticksCount from domain to valuesaxis * simplyfy signals : only one updated() singal in axis and domain * updates tst_domain to reflect changes * moves axes implementation to separte directories

File last commit:

r1691:a02fd4879eaa
r1698:da7242791c36
Show More
auto.pro
10 lines | 419 B | text/idl | PrologLexer
!include( ../tests.pri ) {
error( "Couldn't find the tests.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += qchartview qchart qlineseries qbarset qbarseries qstackedbarseries qpercentbarseries qpieslice qpieseries qpiemodelmapper qsplineseries qscatterseries qxymodelmapper qbarmodelmapper qhorizontalbarseries qhorizontalstackedbarseries qhorizontalpercentbarseries
test_private:{
SUBDIRS += domain chartdataset
}