@@ -109,7 +109,7 ThemeWidget::ThemeWidget(QWidget* parent) : | |||
|
109 | 109 | baseLayout->addWidget(chartView, 2, 1); |
|
110 | 110 | m_charts << chartView; |
|
111 | 111 | |
|
112 |
chartView = new QChartView(createS |
|
|
112 | chartView = new QChartView(createScatterChart()); | |
|
113 | 113 | baseLayout->addWidget(chartView, 2, 2); |
|
114 | 114 | m_charts << chartView; |
|
115 | 115 |
General Comments 0
You need to be logged in to leave comments.
Login now