##// END OF EJS Templates
Fix labels, shades visible naming convention
Fix labels, shades visible naming convention

File last commit:

r78:681c12da395a
r365:884af9f4ef86
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}