예제 #1
0
파일: ex_5.py 프로젝트: 1xdeadman/examples
 def show_qt_version(self):
     QMessageBox.aboutQt(self, "about")
예제 #2
0
파일: mainwindow.py 프로젝트: cbrnr/mnelab
 def show_about_qt(self):
     """Show About Qt dialog."""
     QMessageBox.aboutQt(self, "About Qt")
예제 #3
0
 def open_about_qt(self):
     QMessageBox.aboutQt(self, ui_strings.TITLE)