signals
Module Contents
Classes
A QObject with attributes of pyqtSignal's that can be used |
|
Enum where members are also (and must be) ints |
|
Defines the signals available from the running worker thread |
Functions
|
Attributes
- class signals.WorkerSignals[source]
Bases:
PyQt5.QtCore.QObjectA QObject with attributes of pyqtSignal’s that can be used to communicate between worker threads and the main thread.
- class signals.WorkerSigPassType[source]
Bases:
enum.IntEnumEnum where members are also (and must be) ints
- signals.worker_sig_pass(signals: WorkerSignals, sig_type: WorkerSigPassType, args=None)[source]