Beispiel #1
0
 def showAbout(self):
     dialog = QDialog()
     ui = About()
     ui.setupUi(dialog)
     dialog.exec_()