Is it possible in Python to catch uncaught exceptions thrown in a QThread, so that the parent thread catch exceptions from the children thread.
In Java I would have used an UncaughtExceptionHandler for this.
Asked
Active
Viewed 375 times