summaryrefslogtreecommitdiff
path: root/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'mainwindow.h')
-rw-r--r--mainwindow.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index 0add526..359faf5 100644
--- a/mainwindow.h
+++ b/mainwindow.h
@@ -3,7 +3,10 @@
#include <QMainWindow>
#include <QSettings>
+#include <QString>
+#include <QComboBox>
#include "battery.h"
+#include "wire.h"
QT_BEGIN_NAMESPACE
namespace Ui { class MainWindow; }
@@ -24,8 +27,15 @@ private slots:
void on_actionactionSettings_triggered();
+ void on_comboBoxWireMaterial_currentIndexChanged(int index);
+
+ void on_doubleSpinBoxSystemVoltage_valueChanged(double arg1);
+
+ void on_doubleSpinBoxEstimatedWireLength_valueChanged(double arg1);
+
private:
Battery m_battery;
+ Wire m_wire;
Ui::MainWindow *ui;
void initializeGraphics(void);