mirror of
https://github.com/nqrduck/nqrduck-measurement.git
synced 2024-11-09 11:50:01 +00:00
Added statusbar message and error handling.
This commit is contained in:
parent
58257ba469
commit
de4d4fcad6
1 changed files with 1 additions and 0 deletions
|
@ -36,3 +36,4 @@ class MeasurementController(ModuleController):
|
|||
elif key == "measurement_error" and self.module.view.measurement_dialog.isVisible():
|
||||
logger.debug("Received measurement error.")
|
||||
self.module.view.measurement_dialog.hide()
|
||||
self.module.nqrduck_signal.emit("notification", ["Error", "Error during measurement."])
|
||||
|
|
Loading…
Reference in a new issue