diff -r f6881d10e995 -r 2f70ca07f0af src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.DotDesktopWizard.DotDesktopListSelectionDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.DotDesktopWizard.DotDesktopListSelectionDialog.html Fri Dec 22 17:24:07 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.WizardPlugins.DotDesktopWizard.DotDesktopListSelectionDialog.html Fri Dec 22 19:45:17 2023 +0100 @@ -78,36 +78,36 @@ </p> <dl> -<dt><i>entries</i></dt> +<dt><i>entries</i> (list of str)</dt> <dd> -list of entries to be shown (list of string) +list of entries to be shown </dd> -<dt><i>selectedEntries</i></dt> +<dt><i>selectedEntries</i> (list of str or str)</dt> <dd> -list of entries to be selected (list of string - or string of entries separated by separator) +list of entries to be selected or a string with + entries separated by separator </dd> -<dt><i>separator</i></dt> +<dt><i>separator</i> (str)</dt> <dd> -separator string (string) +separator string </dd> -<dt><i>subEntries</i></dt> +<dt><i>subEntries</i> (list of str)</dt> <dd> -secondary list of entries (list of string) +secondary list of entries </dd> -<dt><i>allowMultiMain</i></dt> +<dt><i>allowMultiMain</i> (bool)</dt> <dd> flag indicating to allow multiple selections for - the main entry (bool) + the main entry </dd> -<dt><i>allowMultiSub</i></dt> +<dt><i>allowMultiSub</i> (bool)</dt> <dd> flag indicating to allow multiple selections for - the sub entry (bool) + the sub entry </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="DotDesktopListSelectionDialog.getData" ID="DotDesktopListSelectionDialog.getData"></a> @@ -120,20 +120,26 @@ </p> <dl> -<dt><i>separator</i></dt> +<dt><i>separator</i> (str)</dt> <dd> -separator string (string) +separator string </dd> -<dt><i>separatorAtEnd</i></dt> +<dt><i>separatorAtEnd</i> (bool)</dt> <dd> -flag indicating to append the separator (boolean) +flag indicating to append the separator </dd> </dl> <dl> <dt>Return:</dt> <dd> -list of selected entries (list of string) if the separator is - None or a string with entries delimited by separator (string) +list of selected entries if the separator is None or a string + with entries delimited by separator +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +list od str or str </dd> </dl> <div align="right"><a href="#top">Up</a></div>