Improve chart graph

This commit is contained in:
2025-04-27 17:43:32 +02:00
parent 78f242d808
commit 9f06269aa4
2 changed files with 75 additions and 19 deletions
+2 -3
View File
@@ -1,13 +1,13 @@
#ifndef CHARTGRAPH_H
#define CHARTGRAPH_H
#include <QDialog>
#include <QMainWindow>
#include <QJSValue>
#include <QChart>
class ChartView;
class ChartGraph : public QDialog
class ChartGraph : public QMainWindow
{
Q_OBJECT
QChart *_chart;
@@ -17,7 +17,6 @@ public:
void plot(const QVariant &graph);
public slots:
void save();
signals:
};
#endif // CHARTGRAPH_H