##// END OF EJS Templates
Rename axisLabelsChanged to axisRangeChanged
Rename axisLabelsChanged to axisRangeChanged

File last commit:

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