##// END OF EJS Templates
Polishing qchart class
Polishing qchart class

File last commit:

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