Пример #1
0
    def menuAboutClick(self):
        """Slot used when the "About" menu item is clicked.

        """
        about_dialog = AboutDialog(self)
        about_dialog.exec_()
Пример #2
0
 def show_about(self):
     dlg = AboutDialog(self.context, self)
     dlg.exec_()
Пример #3
0
    def _onActionAboutTriggered(self):

        dialog = AboutDialog(self)
        dialog.exec_()