コード例 #1
0
ファイル: mainwindow.py プロジェクト: YouyanLee/mnelab
 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)