##// END OF EJS Templates
Adds supported chart types to docs
Adds supported chart types to docs

File last commit:

r96:277658be1fc8
r484:4035b6e7db8b
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)
{
}