eric6/E5Gui/E5MessageBox.py

branch
maintenance
changeset 8043
0acf98cd089a
parent 7924
8a96736d465e
parent 7923
91e843545d9a
child 8176
31965986ecd1
--- a/eric6/E5Gui/E5MessageBox.py	Sun Jan 17 13:53:08 2021 +0100
+++ b/eric6/E5Gui/E5MessageBox.py	Mon Feb 01 10:38:16 2021 +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