Implement a dialog to plot and export GPS data
Compare changes
- Kien Le authored
@@ -3,7 +3,7 @@ import sys
@@ -84,7 +84,7 @@ class GPSWidget(QtWidgets.QWidget):
@@ -109,7 +109,7 @@ class GPSWidget(QtWidgets.QWidget):
Create a dialog with buttons to plot and export GPS data.
Show information about a GPS data point when user clicks on it.