Ejemplo n.º 1
0
 def about_mm(self):
     about = QMessageBox(self)
     about.setFixedSize(320,240)
     about.about(self, 'About MediaMochil', "A mediaplayer in python using PySide and Pyglet")
Ejemplo n.º 2
0
 def about_mm(self):
     about = QMessageBox(self)
     about.setFixedSize(320,240)
     about.about(self, 'About MediaMochil', "A mediaplayer in python using PySide and Pyglet")