##// END OF EJS Templates
Added an example for QChartView for qdoc purposes
Added an example for QChartView for qdoc purposes

File last commit:

r101:5389336c8e0d
r317:086152b8b33c
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}