@@ -49,7 +49,7 class DeclarativeChart : public QDECLARATIVE_PAINTED_ITEM | |||
|
49 | 49 | Q_PROPERTY(QString title READ title WRITE setTitle) |
|
50 | 50 | Q_PROPERTY(QFont titleFont READ titleFont WRITE setTitleFont) |
|
51 | 51 | Q_PROPERTY(QColor titleColor READ titleColor WRITE setTitleColor NOTIFY titleColorChanged) |
|
52 | Q_PROPERTY(QLegend *legend READ legend) | |
|
52 | Q_PROPERTY(QLegend *legend READ legend CONSTANT) | |
|
53 | 53 | Q_PROPERTY(int count READ count) |
|
54 | 54 | Q_PROPERTY(QColor backgroundColor READ backgroundColor WRITE setBackgroundColor NOTIFY backgroundColorChanged) |
|
55 | 55 | Q_PROPERTY(bool dropShadowEnabled READ dropShadowEnabled WRITE setDropShadowEnabled NOTIFY dropShadowEnabledChanged) |
General Comments 0
You need to be logged in to leave comments.
Login now