Esempio n. 1
0
 def show_qt_version(self):
     QMessageBox.aboutQt(self, "about")
Esempio n. 2
0
 def show_about_qt(self):
     """Show About Qt dialog."""
     QMessageBox.aboutQt(self, "About Qt")
Esempio n. 3
0
 def open_about_qt(self):
     QMessageBox.aboutQt(self, ui_strings.TITLE)