Пример #1
0
 def mytimer(self,timeTextField):
     timer = Timer()
     while(True):
         timeTextField.setText(timer.getTime())