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

r96:277658be1fc8
r287:6e151fb989cd
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
added missing example files :)
r96 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}