|
|
|
@ -93,6 +93,7 @@ class QtHandlerBase(QObject, PrintError): |
|
|
|
def show_error(self, msg, blocking=False): |
|
|
|
def show_error(self, msg, blocking=False): |
|
|
|
self.done.clear() |
|
|
|
self.done.clear() |
|
|
|
self.error_signal.emit(msg, blocking) |
|
|
|
self.error_signal.emit(msg, blocking) |
|
|
|
|
|
|
|
if blocking: |
|
|
|
self.done.wait() |
|
|
|
self.done.wait() |
|
|
|
|
|
|
|
|
|
|
|
def finished(self): |
|
|
|
def finished(self): |
|
|
|
|