Add track location checkbox to map settings group

This commit is contained in:
Dan Paulat 2023-11-22 07:33:28 -06:00
parent fca6a6484e
commit da7cedddff
2 changed files with 43 additions and 2 deletions

View file

@ -39,7 +39,7 @@
<x>0</x>
<y>0</y>
<width>1024</width>
<height>21</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
@ -142,7 +142,7 @@
<x>0</x>
<y>0</y>
<width>157</width>
<height>702</height>
<height>697</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_6">
@ -244,6 +244,13 @@
<item>
<widget class="QComboBox" name="mapStyleComboBox"/>
</item>
<item>
<widget class="QCheckBox" name="trackLocationCheckBox">
<property name="text">
<string>Track Location</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>