@@ -41,7 +41,7 | |||
|
41 | 41 | #include <QGroupBox> |
|
42 | 42 | #include <QLabel> |
|
43 | 43 | #include <QTime> |
|
44 |
#include <QBarCategor |
|
|
44 | #include <QBarCategoryAxis> | |
|
45 | 45 | |
|
46 | 46 | ThemeWidget::ThemeWidget(QWidget* parent) : |
|
47 | 47 | QWidget(parent), |
@@ -24,7 +24,7 | |||
|
24 | 24 | #include <QBarSeries> |
|
25 | 25 | #include <QBarSet> |
|
26 | 26 | #include <QLegend> |
|
27 |
#include <QBarCategor |
|
|
27 | #include <QBarCategoryAxis> | |
|
28 | 28 | |
|
29 | 29 | QTCOMMERCIALCHART_USE_NAMESPACE |
|
30 | 30 |
@@ -30,7 +30,7 | |||
|
30 | 30 | #include <QBarSet> |
|
31 | 31 | #include <QVBarModelMapper> |
|
32 | 32 | #include <QHeaderView> |
|
33 |
#include <QBarCategor |
|
|
33 | #include <QBarCategoryAxis> | |
|
34 | 34 | |
|
35 | 35 | QTCOMMERCIALCHART_USE_NAMESPACE |
|
36 | 36 |
@@ -24,7 +24,7 | |||
|
24 | 24 | #include <QBarSeries> |
|
25 | 25 | #include <QBarSet> |
|
26 | 26 | #include <QLegend> |
|
27 |
#include <QBarCategor |
|
|
27 | #include <QBarCategoryAxis> | |
|
28 | 28 | #include <QHorizontalBarSeries> |
|
29 | 29 | |
|
30 | 30 | QTCOMMERCIALCHART_USE_NAMESPACE |
@@ -24,7 +24,7 | |||
|
24 | 24 | #include <QBarSeries> |
|
25 | 25 | #include <QBarSet> |
|
26 | 26 | #include <QLegend> |
|
27 |
#include <QBarCategor |
|
|
27 | #include <QBarCategoryAxis> | |
|
28 | 28 | #include <QHorizontalPercentBarSeries> |
|
29 | 29 | |
|
30 | 30 | QTCOMMERCIALCHART_USE_NAMESPACE |
@@ -24,7 +24,7 | |||
|
24 | 24 | #include <QBarSeries> |
|
25 | 25 | #include <QBarSet> |
|
26 | 26 | #include <QLegend> |
|
27 |
#include <QBarCategor |
|
|
27 | #include <QBarCategoryAxis> | |
|
28 | 28 | #include <QHorizontalStackedBarSeries> |
|
29 | 29 | |
|
30 | 30 | QTCOMMERCIALCHART_USE_NAMESPACE |
@@ -25,7 +25,7 | |||
|
25 | 25 | #include <QBarSet> |
|
26 | 26 | #include <QLineSeries> |
|
27 | 27 | #include <QLegend> |
|
28 |
#include <QBarCategor |
|
|
28 | #include <QBarCategoryAxis> | |
|
29 | 29 | #include <QValueAxis> |
|
30 | 30 | |
|
31 | 31 | QTCOMMERCIALCHART_USE_NAMESPACE |
@@ -24,7 +24,7 | |||
|
24 | 24 | #include <QPercentBarSeries> |
|
25 | 25 | #include <QBarSet> |
|
26 | 26 | #include <QLegend> |
|
27 |
#include <QBarCategor |
|
|
27 | #include <QBarCategoryAxis> | |
|
28 | 28 | |
|
29 | 29 | QTCOMMERCIALCHART_USE_NAMESPACE |
|
30 | 30 |
@@ -24,7 +24,7 | |||
|
24 | 24 | #include <QBarSeries> |
|
25 | 25 | #include <QBarSet> |
|
26 | 26 | #include <QLegend> |
|
27 |
#include <QBarCategor |
|
|
27 | #include <QBarCategoryAxis> | |
|
28 | 28 | #include <QHorizontalBarSeries> |
|
29 | 29 | |
|
30 | 30 | QTCOMMERCIALCHART_USE_NAMESPACE |
@@ -25,7 +25,7 | |||
|
25 | 25 | #include <qmath.h> |
|
26 | 26 | #include <QBarSeries> |
|
27 | 27 | #include <QBarSet> |
|
28 |
#include <QBarCategor |
|
|
28 | #include <QBarCategoryAxis> | |
|
29 | 29 | #include <QLineSeries> |
|
30 | 30 | #include <QHorizontalBarSeries> |
|
31 | 31 |
@@ -24,7 +24,7 | |||
|
24 | 24 | #include <QStackedBarSeries> |
|
25 | 25 | #include <QBarSet> |
|
26 | 26 | #include <QLegend> |
|
27 |
#include <QBarCategor |
|
|
27 | #include <QBarCategoryAxis> | |
|
28 | 28 | |
|
29 | 29 | QTCOMMERCIALCHART_USE_NAMESPACE |
|
30 | 30 |
@@ -19,7 +19,7 | |||
|
19 | 19 | ****************************************************************************/ |
|
20 | 20 | |
|
21 | 21 | #include "drilldownchart.h" |
|
22 |
#include <QBarCategor |
|
|
22 | #include <QBarCategoryAxis> | |
|
23 | 23 | |
|
24 | 24 | QTCOMMERCIALCHART_USE_NAMESPACE |
|
25 | 25 |
@@ -28,8 +28,8 | |||
|
28 | 28 | |
|
29 | 29 | QTCOMMERCIALCHART_BEGIN_NAMESPACE |
|
30 | 30 | /*! |
|
31 |
\class QBarCategor |
|
|
32 |
\brief The QBarCategor |
|
|
31 | \class QBarCategoryAxis | |
|
32 | \brief The QBarCategoryAxis class is used for manipulating chart's axis. | |
|
33 | 33 | \mainclass |
|
34 | 34 | |
|
35 | 35 | BarCategoriesAxis can be setup to show axis line with tick marks, grid lines and shades. |
@@ -38,7 +38,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
38 | 38 | */ |
|
39 | 39 | |
|
40 | 40 | /*! |
|
41 |
\qmlclass BarCategoriesAxis QBarCategor |
|
|
41 | \qmlclass BarCategoriesAxis QBarCategoryAxis | |
|
42 | 42 | \brief The Axis element is used for manipulating chart's axes. |
|
43 | 43 | |
|
44 | 44 | Axis can be setup to show axis line with tick marks, grid lines and shades. |
@@ -57,7 +57,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
57 | 57 | */ |
|
58 | 58 | |
|
59 | 59 | /*! |
|
60 |
\property QBarCategor |
|
|
60 | \property QBarCategoryAxis::categories | |
|
61 | 61 | Defines the categories of axis |
|
62 | 62 | */ |
|
63 | 63 | /*! |
@@ -66,7 +66,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
66 | 66 | */ |
|
67 | 67 | |
|
68 | 68 | /*! |
|
69 |
\property QBarCategor |
|
|
69 | \property QBarCategoryAxis::min | |
|
70 | 70 | Defines the minimum value on the axis. |
|
71 | 71 | */ |
|
72 | 72 | /*! |
@@ -75,7 +75,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
75 | 75 | */ |
|
76 | 76 | |
|
77 | 77 | /*! |
|
78 |
\property QBarCategor |
|
|
78 | \property QBarCategoryAxis::max | |
|
79 | 79 | Defines the maximum value on the axis. |
|
80 | 80 | */ |
|
81 | 81 | /*! |
@@ -85,11 +85,11 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
85 | 85 | |
|
86 | 86 | |
|
87 | 87 | /*! |
|
88 |
\fn void QBarCategor |
|
|
88 | \fn void QBarCategoryAxis::categoriesChanged() | |
|
89 | 89 | Axis emits signal when the categories of the axis has changed. |
|
90 | 90 | */ |
|
91 | 91 | /*! |
|
92 |
\fn void QBarCategor |
|
|
92 | \fn void QBarCategoryAxis::minChanged(const QString &min) | |
|
93 | 93 | Axis emits signal when \a min of axis has changed. |
|
94 | 94 | */ |
|
95 | 95 | /*! |
@@ -98,7 +98,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
98 | 98 | */ |
|
99 | 99 | |
|
100 | 100 | /*! |
|
101 |
\fn void QBarCategor |
|
|
101 | \fn void QBarCategoryAxis::maxChanged(const QString &max) | |
|
102 | 102 | Axis emits signal when \a max of axis has changed. |
|
103 | 103 | */ |
|
104 | 104 | /*! |
@@ -107,7 +107,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||
|
107 | 107 | */ |
|
108 | 108 | |
|
109 | 109 | /*! |
|
110 |
\fn void QBarCategor |
|
|
110 | \fn void QBarCategoryAxis::rangeChanged(const QString &min, const QString &max) | |
|
111 | 111 | Axis emits signal when \a min or \a max of axis has changed. |
|
112 | 112 | */ |
|
113 | 113 |
General Comments 0
You need to be logged in to leave comments.
Login now