This commit is contained in:
tsi-billypom 2024-09-05 15:45:36 -04:00
parent 14b3014518
commit bc3a3c42a2

View File

@ -47,6 +47,8 @@ from components import (
# pyuic5 ui.ui -o ui.py # pyuic5 ui.ui -o ui.py
# good help with signals slots in threads
# https://stackoverflow.com/questions/52993677/how-do-i-setup-signals-and-slots-in-pyqt-with-qthreads-in-both-directions
class WorkerSignals(QObject): class WorkerSignals(QObject):
""" """
How to use signals for a QRunnable class; unlike most cases where signals How to use signals for a QRunnable class; unlike most cases where signals