Bases: QThread
Bases: AbstractModel
Changes the thread affinity (lifetime) for self and its children.
When thread is deleted, self is deleted. Marshals an interface pointer from one thread to another thread in the same process.
Changes the thread that is run for self and its children.
When a method of self is executed, this thread becomes active(blocking). Each method should call self.exec_() when it is finished so that the thread can return to its event loop. Unmarshals a buffer containing an interface pointer and releases the stream when an interface pointer has been marshaled from another thread to the calling thread.