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

File last commit:

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