X-Git-Url: https://harishankar.org/repos/?a=blobdiff_plain;f=main_window.py;h=86e9b12a08be7f6aa9641767e09c4a5d6cf3b3e4;hb=6ba107bc3e5bef66a447978048e6c41ed038e969;hp=bf223101d1426a150adb830ab9ab144e0806c517;hpb=9321b80905bca48d49a6b12a4d463c268736b166;p=biaweb_qt.git diff --git a/main_window.py b/main_window.py index bf22310..86e9b12 100644 --- a/main_window.py +++ b/main_window.py @@ -373,6 +373,13 @@ class MainWindow (PyQt4.QtGui.QMainWindow, ui_main_window.Ui_MainWindow): gendlg = gend.GenerateDialog (self, self.current_db) gendlg.exec_ () + # about menu is triggered + def onAbout (self): + PyQt4.QtGui.QMessageBox.about (self, "BiaWeb Qt", + "A static website/weblog content management system

\ +Copyright © 2010 Harishankar
\ +Licensed under GNU/GPL v3") + # file quit is clicked def onFileQuit (self): sys.exit (0)