Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class Tdd(QtCore.QThread):
- sinal = Signal(object)
- def __init__(self, *args, **kwargs):
- QtCore.QThread.__init__(self, *args, **kwargs)
- def run(self):
- self.sinal.emit('ok')
RAW Paste Data