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

r101:5389336c8e0d
r287:6e151fb989cd
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
percent bar chart
r101 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}