コード例 #1
0
ファイル: QgsVideo.py プロジェクト: allouchmed/QGISFMV
 def stop(self):
     ''' Stop Video '''
     self._currentFrame = QVideoFrame()
     self._targetRect = QRect()
     QAbstractVideoSurface.stop(self)
     self.widget.update()
コード例 #2
0
 def stop(self):
     self.currentFrame = QVideoFrame()
     self.targetRect = QRect()
     QAbstractVideoSurface.stop(self)
     self.widget.update()
コード例 #3
0
 def stop(self):
     QAbstractVideoSurface.stop(self)