##// END OF EJS Templates
Theme change now affects also XY series
Theme change now affects also XY series

File last commit:

r486:7ab45bf9f776
r615:91322882c9fd
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}