##// END OF EJS Templates
Combines color,axis,custom into one example
Combines color,axis,custom into one example

File last commit:

r747:917f2d378193
r767:ab751f5c733f
Show More
chartwidget.h
21 lines | 274 B | text/x-c | CLexer
#ifndef CHARTWIDGET_H
#define CHARTWIDGET_H
#include <qchartview.h>
QTCOMMERCIALCHART_USE_NAMESPACE
class ChartView : public QChartView
{
Q_OBJECT
public:
explicit ChartView(QWidget *parent = 0);
signals:
public slots:
};
#endif // CHARTWIDGET_H