diff -r 643989a1e2bd -r e440aaf179ce src/eric7/Documentation/Source/eric7.Project.ProjectResourcesBrowser.html --- a/src/eric7/Documentation/Source/eric7.Project.ProjectResourcesBrowser.html Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.ProjectResourcesBrowser.html Wed Dec 20 19:28:22 2023 +0100 @@ -229,11 +229,11 @@ </p> <dl> -<dt><i>filename</i></dt> +<dt><i>filename</i> (str)</dt> <dd> -filename of the resource file (string) +filename of the resource file </dd> -<dt><i>mtime</i></dt> +<dt><i>mtime</i> (int)</dt> <dd> modification time to check against </dd> @@ -241,7 +241,13 @@ <dl> <dt>Return:</dt> <dd> -flag indicating some file is newer (boolean) +flag indicating some file is newer +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +boolean) </dd> </dl> <a NAME="ProjectResourcesBrowser.__compileAllResources" ID="ProjectResourcesBrowser.__compileAllResources"></a> @@ -267,15 +273,15 @@ </p> <dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> filename of the .ui file to be compiled </dd> -<dt><i>noDialog</i></dt> +<dt><i>noDialog</i> (bool)</dt> <dd> flag indicating silent operations </dd> -<dt><i>progress</i></dt> +<dt><i>progress</i> (QProgressDialog)</dt> <dd> reference to the progress dialog </dd> @@ -283,7 +289,13 @@ <dl> <dt>Return:</dt> <dd> -reference to the compile process (QProcess) +reference to the compile process +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +QProcess </dd> </dl> <a NAME="ProjectResourcesBrowser.__compileQRCDone" ID="ProjectResourcesBrowser.__compileQRCDone"></a> @@ -295,13 +307,13 @@ </p> <dl> -<dt><i>exitCode</i></dt> +<dt><i>exitCode</i> (int)</dt> <dd> -exit code of the process (integer) +exit code of the process </dd> -<dt><i>exitStatus</i></dt> +<dt><i>exitStatus</i> (QProcess.ExitStatus)</dt> <dd> -exit status of the process (QProcess.ExitStatus) +exit status of the process </dd> </dl> <a NAME="ProjectResourcesBrowser.__compileResource" ID="ProjectResourcesBrowser.__compileResource"></a> @@ -406,9 +418,9 @@ </p> <dl> -<dt><i>coord</i></dt> +<dt><i>coord</i> (QPoint)</dt> <dd> -the position of the mouse pointer (QPoint) +the position of the mouse pointer </dd> </dl> <a NAME="ProjectResourcesBrowser._createPopupMenus" ID="ProjectResourcesBrowser._createPopupMenus"></a>