##// END OF EJS Templates
adds QChartView PIMPL, refactor public API
adds QChartView PIMPL, refactor public API

File last commit:

r486:7ab45bf9f776
r746:646ccd5c026b
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)
{
}