@@ -33,8 +33,8 class QAreaSeriesPrivate; | |||
|
33 | 33 | class QTCOMMERCIALCHART_EXPORT QAreaSeries : public QAbstractSeries |
|
34 | 34 | { |
|
35 | 35 | Q_OBJECT |
|
36 |
Q_PROPERTY(Q |
|
|
37 |
Q_PROPERTY(Q |
|
|
36 | Q_PROPERTY(QLineSeries *upperSeries READ upperSeries) | |
|
37 | Q_PROPERTY(QLineSeries *lowerSeries READ lowerSeries) | |
|
38 | 38 | Q_PROPERTY(QColor color READ color WRITE setColor NOTIFY colorChanged) |
|
39 | 39 | Q_PROPERTY(QColor borderColor READ borderColor WRITE setBorderColor NOTIFY borderColorChanged) |
|
40 | 40 |
General Comments 0
You need to be logged in to leave comments.
Login now