##// END OF EJS Templates
Do not use black color from theme for pie. Looks bad.
Do not use black color from theme for pie. Looks bad.

File last commit:

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