X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=main_window.py;h=86e9b12a08be7f6aa9641767e09c4a5d6cf3b3e4;hp=bf223101d1426a150adb830ab9ab144e0806c517;hb=f37ae5235dba470cf02e25a885b83a2bc9c78694;hpb=9321b80905bca48d49a6b12a4d463c268736b166 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)