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

r2233:222c26d04db8
r2558:0bd3eac43e23
Show More
donutbreakdown.pro
12 lines | 234 B | text/idl | PrologLexer
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
Marek Rosa
Renamed donutdrilldown example to donutbreakdown
r1761 TARGET = donutbreakdown
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697 SOURCES += main.cpp\
Jani Honkonen
donutbreakdown example now has customized legendmarkers
r2233 donutbreakdownchart.cpp \
mainslice.cpp
Marek Rosa
Removed QDonutGroup class. Added Donut Drill down example
r1697
Jani Honkonen
Refactored donutbreakdown example
r1875 HEADERS += \
Jani Honkonen
donutbreakdown example now has customized legendmarkers
r2233 donutbreakdownchart.h \
mainslice.h