Implement a dialog to plot and export GPS data
Compare changes
- Kien Le authored
@@ -15,10 +19,11 @@ class GPSWidget(PlottingWidget):
@@ -62,11 +67,31 @@ class GPSDialog(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.