Implement a dialog to plot and export GPS data
Compare changes
- Kien Le authored
@@ -2,20 +2,63 @@ import sys
@@ -26,17 +69,28 @@ class GPSDialog(QtWidgets.QWidget):
@@ -72,10 +126,7 @@ class GPSDialog(QtWidgets.QWidget):
@@ -89,9 +140,12 @@ if __name__ == '__main__':