@@ -72,10 +72,10 private: | |||||
72 | AxisType m_type; |
|
72 | AxisType m_type; | |
73 | QRectF m_rect; |
|
73 | QRectF m_rect; | |
74 | int m_labelsAngle; |
|
74 | int m_labelsAngle; | |
75 |
QGraphicsItemGroup |
|
75 | QScopedPointer<QGraphicsItemGroup> m_grid; | |
76 |
QGraphicsItemGroup |
|
76 | QScopedPointer<QGraphicsItemGroup> m_shades; | |
77 |
QGraphicsItemGroup |
|
77 | QScopedPointer<QGraphicsItemGroup> m_labels; | |
78 |
QGraphicsItemGroup |
|
78 | QScopedPointer<QGraphicsItemGroup> m_axis; | |
79 | QVector<qreal> m_layoutVector; |
|
79 | QVector<qreal> m_layoutVector; | |
80 | qreal m_min; |
|
80 | qreal m_min; | |
81 | qreal m_max; |
|
81 | qreal m_max; |
General Comments 0
You need to be logged in to leave comments.
Login now