##// END OF EJS Templates
Refactoring declarative xy series
Refactoring declarative xy series

File last commit:

r747:917f2d378193
r793:dbc1daf2590a
Show More
chartwidget.cpp
6 lines | 93 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartView::ChartView(QWidget *parent) :
QChartView(parent)
{
}