##// END OF EJS Templates
Drop shadow in scatter
Drop shadow in scatter

File last commit:

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