Bases: QFrame
, Ui_busyFrame
Bases: QObject
Bases: Handler
A Python Logging Handler that transmits events to the Qt backend.
Python logging events are broadcast to the Qt backend by emitting a QtCore.Signal. The QtHandler is automatically initialized when sknrf Core is launched.
See also
sknrf.QtHandlerObject
Emits a QtCore.Signal that must be handled by a slot in the Qt backend.
Catches all unhandled exceptions.
Unhandled exceptions are summarized inside a message box and the logger before exiting the application with status=1
Notes
If debug mode is enabled, the application will continue to run, but may perform unexpected behaviour.