##// END OF EJS Templates
Fix BC: QChart::setMinimumMargins and QChart::minimumMargins are in v1.1.0 so they have to stay.
Fix BC: QChart::setMinimumMargins and QChart::minimumMargins are in v1.1.0 so they have to stay.

File last commit:

r1419:9a2b5d956bb6
r2272:b1616762bd1e old_master
Show More
stackedbarchartdrilldown.pro
6 lines | 220 B | text/idl | PrologLexer
Michal Klocek
Renames example -> examples
r486 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
sauimone
Better way to enable features to user. Do less, but expose signals to user and allow user to descide what to do.
r425 }
TARGET = stackedbarchartdrilldown
sauimone
splitted barchartdrilldown example to separate files
r903 SOURCES += main.cpp drilldownseries.cpp drilldownchart.cpp
HEADERS += drilldownseries.h drilldownchart.h