##// END OF EJS Templates
Fix attempt to wrong graphics items hadnling
Fix attempt to wrong graphics items hadnling

File last commit:

r747:917f2d378193
r790:68c6a254cbfa
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