E5Gui/E5MessageBox.py

changeset 562
8bf0dbc1ca6a
parent 553
5af61623ae3c
child 564
b3d966393ba9
--- a/E5Gui/E5MessageBox.py	Sat Sep 04 18:52:39 2010 +0200
+++ b/E5Gui/E5MessageBox.py	Sat Sep 04 19:10:16 2010 +0200
@@ -103,8 +103,7 @@
         (QMessageBox.StandardButtons)
     @param defaultButton flag indicating the default button
         (QMessageBox.StandardButton)
-    @return button pressed by the user 
-        (QMessageBox.StandardButton)
+    @return button pressed by the user (QMessageBox.StandardButton)
     """
     messageBox = QMessageBox(parent)
     messageBox.setIcon(icon)
@@ -138,8 +137,7 @@
         (QMessageBox.StandardButtons)
     @param defaultButton flag indicating the default button
         (QMessageBox.StandardButton)
-    @return button pressed by the user 
-        (QMessageBox.StandardButton)
+    @return button pressed by the user (QMessageBox.StandardButton)
     """
     return __messageBox(parent, title, text, QMessageBox.Critical, 
                         buttons, defaultButton)
@@ -156,8 +154,7 @@
         (QMessageBox.StandardButtons)
     @param defaultButton flag indicating the default button
         (QMessageBox.StandardButton)
-    @return button pressed by the user 
-        (QMessageBox.StandardButton)
+    @return button pressed by the user (QMessageBox.StandardButton)
     """
     return __messageBox(parent, title, text, QMessageBox.Information, 
                         buttons, defaultButton)
@@ -174,8 +171,7 @@
         (QMessageBox.StandardButtons)
     @param defaultButton flag indicating the default button
         (QMessageBox.StandardButton)
-    @return button pressed by the user 
-        (QMessageBox.StandardButton)
+    @return button pressed by the user (QMessageBox.StandardButton)
     """
     return __messageBox(parent, title, text, QMessageBox.Question, 
                         buttons, defaultButton)
@@ -192,8 +188,7 @@
         (QMessageBox.StandardButtons)
     @param defaultButton flag indicating the default button
         (QMessageBox.StandardButton)
-    @return button pressed by the user 
-        (QMessageBox.StandardButton)
+    @return button pressed by the user (QMessageBox.StandardButton)
     """
     return __messageBox(parent, title, text, QMessageBox.Warning, 
                         buttons, defaultButton)

eric ide

mercurial