eric6/E5Gui/E5MessageBox.py

changeset 7900
72b88fb20261
parent 7780
41420f82c0ac
child 7923
91e843545d9a
--- a/eric6/E5Gui/E5MessageBox.py	Sat Dec 19 15:06:20 2020 +0100
+++ b/eric6/E5Gui/E5MessageBox.py	Sat Dec 19 15:22:26 2020 +0100
@@ -74,9 +74,9 @@
         @param icon type of icon to be shown (QMessageBox.Icon)
         @param title caption of the message box (string)
         @param text text to be shown by the message box (string)
-        @keyparam modal flag indicating a modal dialog (boolean)
-        @keyparam buttons set of standard buttons to generate (StandardButtons)
-        @keyparam parent parent widget of the message box (QWidget)
+        @param modal flag indicating a modal dialog (boolean)
+        @param buttons set of standard buttons to generate (StandardButtons)
+        @param parent parent widget of the message box (QWidget)
         """
         super(E5MessageBox, self).__init__(parent)
         self.setIcon(icon)
@@ -228,9 +228,9 @@
     @param parent parent widget of the message box (QWidget)
     @param title caption of the message box (string)
     @param text text to be shown by the message box (string)
-    @keyparam icon icon for the dialog (Critical, Information, Question or
+    @param icon icon for the dialog (Critical, Information, Question or
         Warning)
-    @keyparam yesDefault flag indicating that the Yes button should be the
+    @param yesDefault flag indicating that the Yes button should be the
         default button (boolean)
     @param textFormat format of the text (Qt.TextFormat)
     @return flag indicating the selection of the Yes button (boolean)
@@ -254,7 +254,7 @@
     @param parent parent widget of the message box (QWidget)
     @param title caption of the message box (string)
     @param text text to be shown by the message box (string)
-    @keyparam icon icon for the dialog (Critical, Information, Question or
+    @param icon icon for the dialog (Critical, Information, Question or
         Warning)
     @param textFormat format of the text (Qt.TextFormat)
     @return flag indicating the selection of the Retry button (boolean)

eric ide

mercurial