Exemple #1
0
 def focusOutEvent(self, event):
     if self.isStarted and not self.isPaused:
         self.pause()
     QFrame.focusOutEvent(self, event)
Exemple #2
0
 def focusOutEvent(self, event):
     if self.isStarted and not self.isPaused:
         self.pause()
     QFrame.focusOutEvent(self, event)