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

r2196:aa4c8d495212
r2272:b1616762bd1e old_master
Show More
legendmarkers.pro
10 lines | 178 B | text/idl | PrologLexer
sauimone
legend markers example. bugfix to legend scrolling
r2196 !include( ../examples.pri ) {
error( "Couldn't find the examples.pri file!" )
}
TARGET = legendmarkers
SOURCES += main.cpp \
mainwidget.cpp
HEADERS += \
mainwidget.h