src/eric7/SystemUtilities/QtUtilities.py

branch
eric7
changeset 10431
64157aeb0312
parent 10250
09b42174e077
child 10439
21c28b0f9e41
--- a/src/eric7/SystemUtilities/QtUtilities.py	Wed Dec 20 19:28:22 2023 +0100
+++ b/src/eric7/SystemUtilities/QtUtilities.py	Thu Dec 21 12:03:40 2023 +0100
@@ -47,8 +47,10 @@
     Module function to generate the executable name for a Qt tool like
     designer.
 
-    @param toolname base name of the tool (string)
-    @return the Qt tool name without extension (string)
+    @param toolname base name of the tool
+    @type str
+    @return the Qt tool name without extension
+    @rtype str
     """
     from eric7 import Preferences
 
@@ -135,8 +137,10 @@
     """
     Module function to determine the correct Mac OS X bundle name for Qt tools.
 
-    @param toolname  plain name of the tool (e.g. "designer") (string)
-    @return bundle name of the Qt tool (string)
+    @param toolname  plain name of the tool (e.g. "designer")
+    @type str
+    @return bundle name of the Qt tool
+    @rtype str
     """
     qtDir = getQtBinariesPath()
     bundles = [

eric ide

mercurial