Exemplo n.º 1
0
 def openAbout(self):
     """
         Open a window that display informations about the author of this
         application.
     """
     dialog = AboutWindow(self)
     dialog.show()
Exemplo n.º 2
0
 def __about_window(self, *args):
     about_window = AboutWindow()
     about_window.show()
Exemplo n.º 3
0
 def on_actAbout_triggered(self):
     dlgAbout = AboutWindow(self)
     dlgAbout.show()