Add label to Speed slider

This commit is contained in:
Adam Honse
2020-01-18 11:12:46 -06:00
parent ab03311717
commit 1113c7874f

View File

@@ -400,13 +400,26 @@
<x>70</x>
<y>270</y>
<width>160</width>
<height>16</height>
<height>22</height>
</rect>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
<widget class="QLabel" name="SpeedLabel">
<property name="geometry">
<rect>
<x>30</x>
<y>270</y>
<width>40</width>
<height>22</height>
</rect>
</property>
<property name="text">
<string>Speed:</string>
</property>
</widget>
</widget>
<resources/>
<connections/>