##// END OF EJS Templates
Initial commit for gdpBarChart example.
Initial commit for gdpBarChart example.

File last commit:

r96:277658be1fc8
r205:a2592bf5395a
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)
{
}