@@ -389,6 +389,8 QLegendPrivate::QLegendPrivate(ChartPresenter* presenter, QChart *chart, QLegend | |||||
389 | m_chart(chart), |
|
389 | m_chart(chart), | |
390 | m_markers(new QGraphicsItemGroup(q)), |
|
390 | m_markers(new QGraphicsItemGroup(q)), | |
391 | m_alignment(Qt::AlignTop), |
|
391 | m_alignment(Qt::AlignTop), | |
|
392 | m_brush(Qt::SolidPattern), | |||
|
393 | m_pen(Qt::SolidLine), | |||
392 | m_offsetX(0), |
|
394 | m_offsetX(0), | |
393 | m_offsetY(0), |
|
395 | m_offsetY(0), | |
394 | m_minWidth(0), |
|
396 | m_minWidth(0), |
General Comments 0
You need to be logged in to leave comments.
Login now