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

@ -143,6 +143,11 @@ class Ui_MainWindow(object):
font1.setBold(True)
font1.setWeight(75)
self.label_14.setFont(font1)
self.txtCount = QLabel(self.centralwidget)
self.txtCount.setObjectName(u"txtCount")
self.txtCount.setGeometry(QRect(150, 10, 61, 16))
self.txtCount.setFrameShape(QFrame.Panel)
self.txtCount.setFrameShadow(QFrame.Sunken)
MainWindow.setCentralWidget(self.centralwidget)
self.menubar = QMenuBar(MainWindow)
self.menubar.setObjectName(u"menubar")
@ -186,5 +191,6 @@ class Ui_MainWindow(object):
self.toggleLogging.setText(QCoreApplication.translate("MainWindow", u"Start", None))
self.label_12.setText(QCoreApplication.translate("MainWindow", u"GPX Data Logging:", None))
self.label_14.setText(QCoreApplication.translate("MainWindow", u"GPS Tool (gpsd client)", None))
self.txtCount.setText(QCoreApplication.translate("MainWindow", u"0", None))
# retranslateUi