Worker¶
-
class
glue.utils.qt.Worker(func, *args, **kwargs)[source]¶ Bases:
PyQt4.QtCore.QThreadExecute a function call on a different QThread
Parameters: - func – The function object to call
- args – arguments to pass to the function
- kwargs – kwargs to pass to the function
Attributes Summary
errorresultMethods Summary
run()Invoke the function Attributes Documentation
-
error¶
-
result¶
Methods Documentation