X-Git-Url: https://harishankar.org/repos/?p=biaweb_qt.git;a=blobdiff_plain;f=main_window.py;fp=main_window.py;h=02eaa8b78c35397183047e6e391ed0a1f03a4504;hp=bf223101d1426a150adb830ab9ab144e0806c517;hb=bfa2d7e7b048794a95590ee79ba41aa861835cfa;hpb=61047f72eb7d61e1c0efd7f22729e16fbfb97505 diff --git a/main_window.py b/main_window.py index bf22310..02eaa8b 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 (C) 2010 Harishankar
\ +Licensed under GNU/GPL v3") + # file quit is clicked def onFileQuit (self): sys.exit (0)