X-Git-Url: https://harishankar.org/repos/?p=biacv.git;a=blobdiff_plain;f=biacv_mainwindow.py;fp=biacv_mainwindow.py;h=b33d689e544d323f742b21313dcb475aec44e5bc;hp=91599b988242eca09f8e964c44c8769cc45afdc9;hb=f6d9890395dacdd0a56a196cb339752b471f18e8;hpb=8efe104e153bb6030c7c39dd8c70e05fc23e0a1e diff --git a/biacv_mainwindow.py b/biacv_mainwindow.py index 91599b9..b33d689 100644 --- a/biacv_mainwindow.py +++ b/biacv_mainwindow.py @@ -25,6 +25,10 @@ class Biacv_mainwindow (PyQt4.QtGui.QMainWindow, bui.Ui_biacv_mainwindow): if ans <> PyQt4.QtGui.QMessageBox.Yes: event.ignore () + # on help about dialog box + def on_help_about (self): + PyQt4.QtGui.QMessageBox.about (self, lang.ABOUT_TITLE, lang.ABOUT_TEXT) + # on file exit def on_exit (self): # call the close event