##// END OF EJS Templates
Refacotr axisitem to handle ticks changes
Refacotr axisitem to handle ticks changes

File last commit:

r96:277658be1fc8
r452:47a9fc437f2c
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
#include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}