@@ -32,6 +32,8 class QTCOMMERCIALCHART_EXPORT QCategoryAxis : public QValueAxis | |||||
32 | { |
|
32 | { | |
33 | Q_OBJECT |
|
33 | Q_OBJECT | |
34 | Q_PROPERTY(qreal startValue READ startValue WRITE setStartValue) |
|
34 | Q_PROPERTY(qreal startValue READ startValue WRITE setStartValue) | |
|
35 | Q_PROPERTY(int count READ count) | |||
|
36 | Q_PROPERTY(QStringList categoriesLabels READ categoriesLabels) | |||
35 |
|
37 | |||
36 | public: |
|
38 | public: | |
37 | explicit QCategoryAxis(QObject *parent = 0); |
|
39 | explicit QCategoryAxis(QObject *parent = 0); |
General Comments 0
You need to be logged in to leave comments.
Login now