chartwidget.cpp
6 lines
| 97 B
| text/x-c
|
CppLexer
sauimone
|
r96 | #include "chartwidget.h" | ||
ChartWidget::ChartWidget(QWidget *parent) : | ||||
QChartView(parent) | ||||
{ | ||||
} | ||||