Getting Started
Data processing
Modules
safe_slot()
Decorator for safe execution of Qt slots.
Catches all exceptions and displays them in a message box.
func (callable) – Function to be used as a Qt slot.
Wrapped function with exception handling.
callable