--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -82,17 +82,17 @@ </p> <dl> -<dt><i>currentPath</i></dt> +<dt><i>currentPath</i> (str)</dt> <dd> -directory name of the current project (string) +directory name of the current project </dd> -<dt><i>mode</i></dt> +<dt><i>mode</i> (str)</dt> <dd> -dialog mode (string, one of 'largefiles' or 'normal') +dialog mode (one of 'largefiles' or 'normal') </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -reference to the parent widget (QWidget) +reference to the parent widget </dd> </dl> <a NAME="LfConvertDataDialog.getData" ID="LfConvertDataDialog.getData"></a> @@ -105,8 +105,14 @@ <dl> <dt>Return:</dt> <dd> -tuple containing the new project directory name (string), - minimum file size (integer) and file patterns (list of string) +tuple containing the new project directory name, minimum file size + and file patterns +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, int, list of str) </dd> </dl> <a NAME="LfConvertDataDialog.on_newProjectPicker_textChanged" ID="LfConvertDataDialog.on_newProjectPicker_textChanged"></a> @@ -118,9 +124,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -new project directory name (string) +new project directory name </dd> </dl> <div align="right"><a href="#top">Up</a></div>