About Box implemented + Application Icon
[biacv.git] / biacv_mainwindow.py
index 91599b9..b33d689 100644 (file)
@@ -25,6 +25,10 @@ class Biacv_mainwindow (PyQt4.QtGui.QMainWindow, bui.Ui_biacv_mainwindow):
                        if ans <> PyQt4.QtGui.QMessageBox.Yes:
                                event.ignore ()
 
                        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
        # on file exit
        def on_exit (self):
                # call the close event