예제 #1
0
 def show_about_qt(self):
     """Show About Qt dialog."""
     QMessageBox.aboutQt(self, "About Qt")
예제 #2
0
 def __about_qt(self) -> None:
     """Open Qt about."""
     QMessageBox.aboutQt(self)