##// END OF EJS Templates
Removed setting scene rect in QChartView::resizeEvent
Removed setting scene rect in QChartView::resizeEvent

File last commit:

r732:4aded284df80
r739:6c5910e9d6f4
Show More
declarativescatterseries.h
20 lines | 421 B | text/x-c | CLexer
/ qmlplugin / declarativescatterseries.h
Tero Ahola
Proposal for QML data API
r196 #ifndef DECLARATIVESCATTERSERIES_H
#define DECLARATIVESCATTERSERIES_H
#include "qchartglobal.h"
Tero Ahola
Spline to QML API
r732 #include "declarativexyseries.h"
Tero Ahola
Proposal for QML data API
r196 #include <QDeclarativeItem>
QTCOMMERCIALCHART_BEGIN_NAMESPACE
Tero Ahola
Spline to QML API
r732 class DeclarativeScatterSeries : public DeclarativeXySeries
Tero Ahola
Proposal for QML data API
r196 {
Q_OBJECT
public:
explicit DeclarativeScatterSeries(QDeclarativeItem *parent = 0);
};
QTCOMMERCIALCHART_END_NAMESPACE
#endif // DECLARATIVESCATTERSERIES_H