E5Gui/E5MessageBox.py

changeset 545
1538031b5175
parent 541
00e1a5d060c5
child 549
fe99d46d56c8
--- a/E5Gui/E5MessageBox.py	Wed Sep 01 19:25:12 2010 +0200
+++ b/E5Gui/E5MessageBox.py	Thu Sep 02 08:58:41 2010 +0200
@@ -42,6 +42,10 @@
     else:
         return messageBox.standardButton(clickedButton)
 
+# the about functions are here for consistancy
+about = QMessageBox.about
+aboutQt = QMessageBox.aboutQt
+
 def critical(parent, title, text, 
              buttons = QMessageBox.Ok, defaultButton = QMessageBox.NoButton):
     """

eric ide

mercurial