##// END OF EJS Templates
Refactor piechartdrilldown example a bit
Refactor piechartdrilldown example a bit

File last commit:

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