##// END OF EJS Templates
minor. axis grey to lightGrey
minor. axis grey to lightGrey

File last commit:

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