##// END OF EJS Templates
Some more qmake magic
Some more qmake magic

File last commit:

r1015:5ddcd5974481
r1046:7a7ac548bf6d
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