Added counter to gps_tool

This commit is contained in:
2021-11-19 08:49:59 -05:00
parent 5d1e98eee6
commit 54eeb99d42
4 changed files with 51 additions and 11 deletions

View File

@ -481,6 +481,28 @@
<string>GPS Tool (gpsd client)</string>
</property>
</widget>
<widget class="QLabel" name="txtCount">
<property name="geometry">
<rect>
<x>150</x>
<y>10</y>
<width>61</width>
<height>16</height>
</rect>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="text">
<string>0</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">