src/eric7/UI/SplashScreen.py

branch
eric7
changeset 10433
328f3ec4b77a
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
--- a/src/eric7/UI/SplashScreen.py	Thu Dec 21 15:46:22 2023 +0100
+++ b/src/eric7/UI/SplashScreen.py	Thu Dec 21 19:50:01 2023 +0100
@@ -40,7 +40,8 @@
         """
         Public method to show a message in the bottom part of the splashscreen.
 
-        @param msg message to be shown (string)
+        @param msg message to be shown
+        @type str
         """
         logging.debug(msg)
         super().showMessage(msg, self.labelAlignment, QColor(Qt.GlobalColor.white))
@@ -72,7 +73,8 @@
         """
         Public method to show a message in the bottom part of the splashscreen.
 
-        @param msg message to be shown (string)
+        @param msg message to be shown
+        @type str
         """
         logging.debug(msg)
 
@@ -86,6 +88,7 @@
         """
         Public method to finish the splash screen.
 
-        @param widget widget to wait for (QWidget)
+        @param widget widget to wait for
+        @type QWidget
         """
         pass

eric ide

mercurial