def OnVideo(self): video = Video(self) video.show()
def OnVideo(self): video = Video(self.parent()) video.show()