Exemplo n.º 1
0
 def focusOutEvent(self, event):
     if self.isStarted and not self.isPaused:
         self.pause()
     QFrame.focusOutEvent(self, event)
Exemplo n.º 2
0
 def focusOutEvent(self, event):
     if self.isStarted and not self.isPaused:
         self.pause()
     QFrame.focusOutEvent(self, event)