##// END OF EJS Templates
Spline chart example added
Spline chart example added

File last commit:

r425:85842e6c8dba
r434:52aa7c3abf86
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
Better way to enable features to user. Do less, but expose signals to user and allow user to descide what to do.
r425 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}