コード例 #1
0
ファイル: phase10.py プロジェクト: trawl/gamelog
 def mousePressEvent(self, event):
     child = self.childAt(event.pos())
     if child is None:
         self.roundScore.setFocus()
     elif type(child) == Phase10Label and not self.phases_in_order:
         self.updatePhaseSelected(child)
     return QGroupBox.mousePressEvent(self, event)