Beispiel #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")
Beispiel #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")