--- a/scripts/compileUiFiles.py Mon Dec 18 16:39:44 2023 +0100 +++ b/scripts/compileUiFiles.py Mon Dec 18 17:45:20 2023 +0100 @@ -20,9 +20,12 @@ 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) + @param py_dir suggested name of the directory + @type str + @param py_file suggested name for the compile source file + @type str + @return tuple of directory name (string) and source file name + @rtype str """ return py_dir, "Ui_{0}".format(py_file)