##// END OF EJS Templates
Added another chart type choice
Added another chart type choice

File last commit:

r96:277658be1fc8
r268:bd1ae0fe1b01
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
added missing example files :)
r96 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}