From 1ed60cd00cd9fdcc45dab1f81e00dd723858a430 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Fri, 18 Nov 2022 16:06:36 -0600 Subject: Made progress on battery class. --- mainwindow.h | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index 9fb7515..0add526 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -2,6 +2,8 @@ #define MAINWINDOW_H #include +#include +#include "battery.h" QT_BEGIN_NAMESPACE namespace Ui { class MainWindow; } @@ -18,7 +20,14 @@ public: private slots: void on_spinBoxPeakSystemPower_valueChanged(double arg1); + void on_comboBoxBatteryChemistry_currentIndexChanged(int index); + + void on_actionactionSettings_triggered(); + private: + Battery m_battery; + Ui::MainWindow *ui; + void initializeGraphics(void); }; #endif // MAINWINDOW_H -- cgit v1.2.3