aboutsummaryrefslogtreecommitdiff
path: root/client/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/mainwindow.h')
-rw-r--r--client/mainwindow.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/client/mainwindow.h b/client/mainwindow.h
index 1e73657..78f2ce6 100644
--- a/client/mainwindow.h
+++ b/client/mainwindow.h
@@ -8,6 +8,10 @@
#include <QMessageBox>
#include <QtSql>
#include <QSqlDatabase>
+#include <QtCharts>
+#include <QWidget>
+#include <QWidgetSet>
+
#include "main.h"
@@ -36,7 +40,8 @@ private:
dbConnector *_dbConenctor;
// QSqlDatabase db;
- QSqlQueryModel *pQueryModel;
+ QLineSeries *series;
+ QChartView *chartView;
// Database database;
};