Esempio n. 1
0
 def _on_help_about(self, event):
     from About import AboutDlg
     about = AboutDlg(self)
     about.ShowModal()
     about.Destroy()
Esempio n. 2
0
 def about(self):
     aboutDlg = AboutDlg(self)
     aboutDlg.setWindowTitle(cfg["main:application_name"])
     aboutDlg.show()