##// END OF EJS Templates
Removed usage of model in QML pie example
Removed usage of model in QML pie example

File last commit:

r1015:5ddcd5974481
r1189:88d7235253d9
Show More
chartview.h
20 lines | 265 B | text/x-c | CLexer
#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