##// END OF EJS Templates
refactoring. QStackedBarSeries and QPercentBarSeries are now derived from QBarSeries.
refactoring. QStackedBarSeries and QPercentBarSeries are now derived from QBarSeries.

File last commit:

r276:d062a7f38647
r281:d81c37855aff
Show More
percentbarchart.pro
12 lines | 223 B | text/idl | PrologLexer
!include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
}
TARGET = percentbarchart
SOURCES += main.cpp \
chartwidget.cpp \
custombarset.cpp
HEADERS += \
chartwidget.h \
custombarset.h