Skip to content

Instantly share code, notes, and snippets.

View AliNiaz990487's full-sized avatar

Ali Niaz AliNiaz990487

  • 19:25 (UTC +05:00)
View GitHub Profile
import sys
from time import sleep
from Qt import QtWidgets, QtCore, QtGui
class Worker(QtCore.QObject):
progressed = QtCore.Signal(int)
messaged = QtCore.Signal(str)
finished = QtCore.Signal()