src.Projections.Python.Projector.Projector module¶
-
class
src.Projections.Python.Projector.Projector.Projector¶ Bases:
PyQt5.QtCore.QThreadProjector interface from which all Python projectors should inherit (WIP)
- Parameters
QThread (QThread) – So that we can use the QT signals / slots (Maybe change this QThread to Qobject)
-
clearVariables()¶ Clear all variables
-
getModel()¶
-
progressSignal¶
-
run(self)¶
-
stop()¶
-
train()¶