--- a/src/eric7/Utilities/uic.py Wed Jul 13 11:16:20 2022 +0200 +++ b/src/eric7/Utilities/uic.py Wed Jul 13 14:55:47 2022 +0200 @@ -15,7 +15,7 @@ """ Local function to create the Python source file name for the compiled .ui file. - + @param py_dir suggested name of the directory (string) @param py_file suggested name for the compile source file (string) @return tuple of directory name (string) and source file name (string) @@ -27,7 +27,7 @@ """ Module function to compile the .ui files of a directory tree to Python sources. - + @param directory name of a directory to scan for .ui files (string) @param recurse flag indicating to recurse into subdirectories (boolean) """