##// END OF EJS Templates
Cleaning up ChartModel impl before moving it into a demo app
Cleaning up ChartModel impl before moving it into a demo app

File last commit:

r1015:5ddcd5974481
r1190:f9f8ff23359b
Show More
chartview.h
20 lines | 265 B | text/x-c | CLexer
Tero Ahola
Fixed presenter and scatter examples and their documentation.
r1015 #ifndef CHARTVIEW_H
#define CHARTVIEW_H
#include <QChartView>
QTCOMMERCIALCHART_USE_NAMESPACE
class ChartView : public QChartView
{
Q_OBJECT
public:
explicit ChartView(QWidget *parent = 0);
signals:
public slots:
};
#endif // CHARTVIEW_H