@@ -976,7 +976,7 void QAbstractAxisPrivate::initializeTheme(ChartTheme* theme, bool forced) | |||||
976 | q_ptr->setLinePen(theme->axisLinePen()); |
|
976 | q_ptr->setLinePen(theme->axisLinePen()); | |
977 |
|
977 | |||
978 | if (forced || QChartPrivate::defaultPen() == m_gridLinePen) |
|
978 | if (forced || QChartPrivate::defaultPen() == m_gridLinePen) | |
979 |
q_ptr->setGridLinePen(theme->g |
|
979 | q_ptr->setGridLinePen(theme->gridLinePen()); | |
980 | if (forced || QChartPrivate::defaultPen() == m_minorGridLinePen) |
|
980 | if (forced || QChartPrivate::defaultPen() == m_minorGridLinePen) | |
981 | q_ptr->setMinorGridLinePen(theme->minorGridLinePen()); |
|
981 | q_ptr->setMinorGridLinePen(theme->minorGridLinePen()); | |
982 |
|
982 |
@@ -65,7 +65,7 public: | |||||
65 | QBrush backgroundShadesBrush() const { return m_backgroundShadesBrush; } |
|
65 | QBrush backgroundShadesBrush() const { return m_backgroundShadesBrush; } | |
66 | BackgroundShadesMode backgroundShades() const { return m_backgroundShades; } |
|
66 | BackgroundShadesMode backgroundShades() const { return m_backgroundShades; } | |
67 | bool isBackgroundDropShadowEnabled() const { return m_backgroundDropShadowEnabled; } |
|
67 | bool isBackgroundDropShadowEnabled() const { return m_backgroundDropShadowEnabled; } | |
68 |
QPen g |
|
68 | QPen gridLinePen() const { return m_gridLinePen; } | |
69 | QPen minorGridLinePen() const { return m_minorGridLinePen; } |
|
69 | QPen minorGridLinePen() const { return m_minorGridLinePen; } | |
70 |
|
70 | |||
71 | protected: |
|
71 | protected: |
General Comments 0
You need to be logged in to leave comments.
Login now