Threads

class threads.Worker(callback, *args, **kwargs)

Worker thread

Inherits from QRunnable to handler worker thread setup, signals and wrap-up.

class threads.WorkerSignals

Defines the signals available from a running worker thread.

Supported signals are:

finished
No data
error
tuple (exctype, value, traceback.format_exc() )
result
dict data returned from processing
status
str one of standard status flag message types

Previous topic

Views

Next topic

Plugins

This Page