コード例 #1
0
ファイル: mainwindow.py プロジェクト: rapropos/kajongg
 def showEvent(self, event):
     """force a resize which calculates the correct background image size"""
     self.centralView.resizeEvent(True)
     KXmlGuiWindow.showEvent(self, event)
コード例 #2
0
ファイル: playfield.py プロジェクト: ospalh/kajongg-fork
 def showEvent(self, event):
     """force a resize which calculates the correct background image size"""
     self.centralView.resizeEvent(True)
     KXmlGuiWindow.showEvent(self, event)