##// END OF EJS Templates
QChart and QChartView now has some description for all the functions
QChart and QChartView now has some description for all the functions

File last commit:

r276:d062a7f38647
r287:6e151fb989cd
Show More
percentbarchart.pro
12 lines | 223 B | text/idl | PrologLexer
Michal Klocek
Examples build setup cleanup
r252 !include( ../example.pri ) {
error( "Couldn't find the example.pri file!" )
sauimone
percent bar chart
r101 }
TARGET = percentbarchart
SOURCES += main.cpp \
sauimone
updated barchart examples. minor fixes
r276 chartwidget.cpp \
custombarset.cpp
sauimone
percent bar chart
r101 HEADERS += \
sauimone
updated barchart examples. minor fixes
r276 chartwidget.h \
custombarset.h
sauimone
percent bar chart
r101