From 341e61f7a6f9deebf086a2b8147e252be6d45f33 Mon Sep 17 00:00:00 2001 From: Joshua Drake Date: Mon, 21 Nov 2022 02:03:46 -0600 Subject: Added new UI elements and brushed up calculations. --- mainwindow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mainwindow.h') diff --git a/mainwindow.h b/mainwindow.h index 359faf5..f7f0b00 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -33,6 +33,8 @@ private slots: void on_doubleSpinBoxEstimatedWireLength_valueChanged(double arg1); + void on_lineEditVoltageRange_textChanged(const QString &arg1); + private: Battery m_battery; Wire m_wire; -- cgit v1.2.3