Exemplo n.º 1
0
 def __init__(self, *args):
     QueuedCaller.__init__(self, *args)
     self.timeout_id = 0
Exemplo n.º 2
0
 def __init__(self, *args):
     QueuedCaller.__init__(self, *args)
     self.timer = QtCore.QTimer()
     self.timer.setSingleShot(True)
     self.timer.setInterval(self.timeout)
     self.timer.timeout.connect(self.callback)
Exemplo n.º 3
0
 def __init__(self, *args):
     QueuedCaller.__init__(self, *args)
     self.timeout_id = 0
Exemplo n.º 4
0
 def __init__(self, *args):
     QueuedCaller.__init__(self, *args)
     self.timer = QtCore.QTimer()
     self.timer.setSingleShot(True)
     self.timer.setInterval(self.timeout)
     self.timer.timeout.connect(self.callback)