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