aboutsummaryrefslogtreecommitdiff
path: root/main.py
diff options
context:
space:
mode:
authorDH42017-05-31 02:15:09 -0500
committerDH42017-05-31 02:15:09 -0500
commitc21d6f5ea7c6d33e2ded44b823d2dbb5b9384d78 (patch)
treeaf722193bdb24e144cc198879e6601139a1f2ba2 /main.py
parent7240f25deb21db365f39d00c50eb07d41dc4c797 (diff)
New rendering engine partially implemented. Also added a live preview during rendering. FIXME: spectrum is out of sync / rendering too quickly.
Diffstat (limited to 'main.py')
-rw-r--r--main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.py b/main.py
index 474ab29..4739465 100644
--- a/main.py
+++ b/main.py
@@ -245,6 +245,7 @@ class Main(QtCore.QObject):
self.videoWorker.videoCreated.connect(self.videoCreated)
self.videoWorker.progressBarUpdate.connect(self.progressBarUpdated)
self.videoWorker.progressBarSetText.connect(self.progressBarSetText)
+ self.videoWorker.imageCreated.connect(self.showPreviewImage)
self.videoThread.start()
self.videoTask.emit(self.window.lineEdit_background.text(),