@@ -96,7 +96,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
96 | When setting this property the max is adjusted if necessary, to ensure that the range remains valid. |
|
96 | When setting this property the max is adjusted if necessary, to ensure that the range remains valid. | |
97 | */ |
|
97 | */ | |
98 | /*! |
|
98 | /*! | |
99 |
\qmlproperty real |
|
99 | \qmlproperty real DateTimeAxis::min | |
100 | Defines the minimum value on the axis. |
|
100 | Defines the minimum value on the axis. | |
101 | When setting this property the max is adjusted if necessary, to ensure that the range remains valid. |
|
101 | When setting this property the max is adjusted if necessary, to ensure that the range remains valid. | |
102 | */ |
|
102 | */ | |
@@ -107,7 +107,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
107 | When setting this property the min is adjusted if necessary, to ensure that the range remains valid. |
|
107 | When setting this property the min is adjusted if necessary, to ensure that the range remains valid. | |
108 | */ |
|
108 | */ | |
109 | /*! |
|
109 | /*! | |
110 |
\qmlproperty real |
|
110 | \qmlproperty real DateTimeAxis::max | |
111 | Defines the maximum value on the axis. |
|
111 | Defines the maximum value on the axis. | |
112 | When setting this property the min is adjusted if necessary, to ensure that the range remains valid. |
|
112 | When setting this property the min is adjusted if necessary, to ensure that the range remains valid. | |
113 | */ |
|
113 | */ | |
@@ -117,7 +117,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
117 | Axis emits signal when \a min of axis has changed. |
|
117 | Axis emits signal when \a min of axis has changed. | |
118 | */ |
|
118 | */ | |
119 | /*! |
|
119 | /*! | |
120 |
\qmlsignal |
|
120 | \qmlsignal DateTimeAxis::onMinChanged(QDateTime min) | |
121 | Axis emits signal when \a min of axis has changed. |
|
121 | Axis emits signal when \a min of axis has changed. | |
122 | */ |
|
122 | */ | |
123 |
|
123 | |||
@@ -126,7 +126,7 QTCOMMERCIALCHART_BEGIN_NAMESPACE | |||||
126 | Axis emits signal when \a max of axis has changed. |
|
126 | Axis emits signal when \a max of axis has changed. | |
127 | */ |
|
127 | */ | |
128 | /*! |
|
128 | /*! | |
129 |
\qmlsignal |
|
129 | \qmlsignal DateTimeAxis::onMaxChanged(QDateTime max) | |
130 | Axis emits signal when \a max of axis has changed. |
|
130 | Axis emits signal when \a max of axis has changed. | |
131 | */ |
|
131 | */ | |
132 |
|
132 |
General Comments 0
You need to be logged in to leave comments.
Login now