summaryrefslogtreecommitdiff
path: root/mainwindow.ui
diff options
context:
space:
mode:
authorJoshua Drake <joshua.ellis.drake@gmail.com>2022-11-19 04:04:00 -0600
committerJoshua Drake <joshua.ellis.drake@gmail.com>2022-11-19 04:04:00 -0600
commit1321168cb22a76df96d747194fcb91863e4e0659 (patch)
tree772cc08ae6c85bd1a8b527509c3dd88bcc5600dc /mainwindow.ui
parent1ed60cd00cd9fdcc45dab1f81e00dd723858a430 (diff)
Added Wire Class. Program now has some functionality!
Diffstat (limited to 'mainwindow.ui')
-rw-r--r--mainwindow.ui8
1 files changed, 4 insertions, 4 deletions
diff --git a/mainwindow.ui b/mainwindow.ui
index c7a03c8..0755bb5 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -269,7 +269,7 @@
<enum>QAbstractSpinBox::DefaultStepType</enum>
</property>
<property name="value">
- <double>1000.000000000000000</double>
+ <double>0.000000000000000</double>
</property>
</widget>
</item>
@@ -288,7 +288,7 @@
<double>1000.000000000000000</double>
</property>
<property name="value">
- <double>100.000000000000000</double>
+ <double>0.000000000000000</double>
</property>
</widget>
</item>
@@ -300,7 +300,7 @@
</widget>
</item>
<item row="2" column="1">
- <widget class="QDoubleSpinBox" name="doubleSpinBox_2">
+ <widget class="QDoubleSpinBox" name="doubleSpinBoxEstimatedWireLength">
<property name="alignment">
<set>Qt::AlignCenter</set>
</property>
@@ -314,7 +314,7 @@
<double>1000.000000000000000</double>
</property>
<property name="value">
- <double>100.000000000000000</double>
+ <double>0.000000000000000</double>
</property>
</widget>
</item>