@@ -85,7 +85,7 public: | |||||
85 | backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); |
|
85 | backgroundGradient.setColorAt(0.0, QRgb(0xffffff)); | |
86 | backgroundGradient.setColorAt(1.0, QRgb(0xe9e9e9)); |
|
86 | backgroundGradient.setColorAt(1.0, QRgb(0xe9e9e9)); | |
87 | backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); |
|
87 | backgroundGradient.setCoordinateMode(QGradient::ObjectBoundingMode); | |
88 |
m_ |
|
88 | m_chartBackgroundGradient = backgroundGradient; | |
89 |
|
89 | |||
90 | // Axes and other |
|
90 | // Axes and other | |
91 | m_masterFont = QFont(); |
|
91 | m_masterFont = QFont(); |
General Comments 0
You need to be logged in to leave comments.
Login now