示例#1
0
 def OnVideo(self):
         video = Video(self)
         video.show()
示例#2
0
 def OnVideo(self):
     video = Video(self.parent())
     video.show()