write picks into data object (work in progress)
This commit is contained in:
@@ -475,6 +475,7 @@ class MainWindow(QMainWindow):
|
|||||||
station=station)
|
station=station)
|
||||||
if pickDlg.exec_():
|
if pickDlg.exec_():
|
||||||
print 'picks accepted'
|
print 'picks accepted'
|
||||||
|
self.getData().applyEVTData(pickDlg.getPicks())
|
||||||
else:
|
else:
|
||||||
print 'picks not saved and closed dialog'
|
print 'picks not saved and closed dialog'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user