print added to closeEvent

This commit is contained in:
2023-07-27 09:14:54 +02:00
parent 655b5c66a7
commit 3033e07152

View File

@@ -910,8 +910,11 @@ class BaseWindow(QMainWindow):
#Close all dock widgets
#self.removeDockWidget(self.hdf_dock_widget)
self.logger.info("Closing Application")
print("Closing Application", flush=True)
self.save_application_settings()
QApplication.processEvents()
print( ("Stopping Monitors. This may on occasion lead to " +
"NO CYTHON CALLBACK MATCH FOUND notices"), flush=True)
self.cafe.monitorStopAll()
time.sleep(0.05)
self.cafe.terminate()