##// END OF EJS Templates
fixed example paths in doc
fixed example paths in doc

File last commit:

r486:7ab45bf9f776
r496:c23f1472c851
Show More
chartwidget.cpp
6 lines | 97 B | text/x-c | CppLexer
sauimone
Added bar chart example
r78 #include "chartwidget.h"
ChartWidget::ChartWidget(QWidget *parent) :
QChartView(parent)
{
}