From e14e046804d50cfc00968a9f2fedb9b615b6d3d2 Mon Sep 17 00:00:00 2001
From: tassaron
Date: Thu, 5 May 2022 21:30:54 -0400
Subject: update module docstring
---
src/video_thread.py | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
(limited to 'src/video_thread.py')
diff --git a/src/video_thread.py b/src/video_thread.py
index 5123f9a..af2de4d 100644
--- a/src/video_thread.py
+++ b/src/video_thread.py
@@ -1,9 +1,11 @@
'''
- Thread created to export a video. It has a slot to begin export using
- an input file, output path, and component list. During export multiple
- threads are created to render the video as quickly as possible. Signals
- are emitted to update MainWindow's progress bar, detail text, and preview.
- Export can be cancelled with cancel()
+Worker thread created to export a video. It has a slot to begin export using
+an input file, output path, and component list.
+
+Signals are emitted to update MainWindow's progress bar, detail text, and preview.
+A Command object takes the place of MainWindow while in commandline mode.
+
+Export can be cancelled with cancel()
'''
from PyQt5 import QtCore, QtGui
from PyQt5.QtCore import pyqtSignal, pyqtSlot
--
cgit v1.2.3
>
| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|