@@ -33,7 +33,7 int main(int argc, char *argv[]) | |||
|
33 | 33 | |
|
34 | 34 | QChartView* chartView = new QChartView(&window); |
|
35 | 35 | chartView->setRenderHint(QPainter::Antialiasing); |
|
36 |
chartView->setTitle(" |
|
|
36 | chartView->setTitle("Basic line chart example"); | |
|
37 | 37 | chartView->addSeries(series0); |
|
38 | 38 | chartView->addSeries(series1); |
|
39 | 39 |
General Comments 0
You need to be logged in to leave comments.
Login now