##// END OF EJS Templates
QBarCategoryAxis doesn't notify domain on category remove...
QBarCategoryAxis doesn't notify domain on category remove If category is removed from the middle or a new one is inserted into middle the domain doesn't get notification about this. However removing first or last category or inserting a new at the beginning or at the end is working. Change-Id: I1eea3ea0c3e9fa1e0b2ff8dfbe56ae6848839991 Reviewed-by: Mika Salmela <mika.salmela@digia.com>

File last commit:

r2548:b76baa838f46
r2558:0bd3eac43e23
Show More
examples.pro
42 lines | 1019 B | text/idl | PrologLexer
CURRENTLY_BUILDING_COMPONENTS = "examples"
!include( ../config.pri ) {
error( "Couldn't find the config.pri file!" )
}
TEMPLATE = subdirs
SUBDIRS += \
areachart \
customchart \
linechart \
percentbarchart \
piechart \
piechartdrilldown \
scatterchart \
scatterinteractions \
splinechart \
stackedbarchart \
stackedbarchartdrilldown \
zoomlinechart \
modeldata \
barchart \
boxplotchart \
legend \
barmodelmapper \
qmlboxplot \
qmlpiechart \
lineandbar \
horizontalbarchart \
horizontalstackedbarchart \
horizontalpercentbarchart \
donutbreakdown \
temperaturerecords \
donutchart \
multiaxis \
legendmarkers \
logvalueaxis \
polarchart
!linux-arm*: {
SUBDIRS += \
datetimeaxis
}