diff -r 643989a1e2bd -r e440aaf179ce src/eric7/Documentation/Source/eric7.Project.ProjectFormsBrowser.html --- a/src/eric7/Documentation/Source/eric7.Project.ProjectFormsBrowser.html Wed Dec 20 15:42:44 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Project.ProjectFormsBrowser.html Wed Dec 20 19:28:22 2023 +0100 @@ -307,15 +307,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> @@ -323,7 +323,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="ProjectFormsBrowser.__compileUIDone" ID="ProjectFormsBrowser.__compileUIDone"></a> @@ -335,13 +341,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="ProjectFormsBrowser.__configureUicCompiler" ID="ProjectFormsBrowser.__configureUicCompiler"></a> @@ -389,9 +395,9 @@ </p> <dl> -<dt><i>path</i></dt> +<dt><i>path</i> (str)</dt> <dd> -full directory path for the new form file (string) +full directory path for the new form file </dd> </dl> <a NAME="ProjectFormsBrowser.__openFile" ID="ProjectFormsBrowser.__openFile"></a> @@ -475,9 +481,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="ProjectFormsBrowser._createPopupMenus" ID="ProjectFormsBrowser._createPopupMenus"></a>