def showDialog(self):
     dlg = KAboutApplicationDialog (aboutData, self.parent ())
     dlg.exec_ ()      
Exemple #2
0
def show_about(*args):
    dlg = KAboutApplicationDialog(aboutData, None)
    dlg.exec_()
def show_about(*args):
    dlg = KAboutApplicationDialog(aboutData, None)
    dlg.exec_()