##// END OF EJS Templates
Added a pie chart customization example and refactoring the pie interface.
Added a pie chart customization example and refactoring the pie interface.

File last commit:

r96:277658be1fc8
r437:8d9e377a1065
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}