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