Beispiel #1
0
 def onHelpAbout(self):
     dialog = DialogAbout(self)
     dialog.exec_()
Beispiel #2
0
    def menuActionAbout(self):
        """Click menu about"""

        dialog = DialogAbout(self)
        dialog.display()
Beispiel #3
0
 def openAboutDialog(self):
     dialog = DialogAbout(self)
     dialog.exec_()
Beispiel #4
0
 def about(self):
     about = DialogAbout(self)
     about.show()
Beispiel #5
0
 def onActionAbout(self):
     dialog = DialogAbout(self)
     dialog.exec_()