--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationDialog.html Mon Jul 24 11:56:29 2023 +0200 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationDialog.html Mon Jul 24 14:36:06 2023 +0200 @@ -131,30 +131,31 @@ </p> <dl> -<dt><i>parent</i> (QWidget)</dt> +<dt><i>parent</i> (QWidget (optional))</dt> <dd> -reference to the parent widget +reference to the parent widget (defaults to None) </dd> -<dt><i>name</i> (str)</dt> +<dt><i>name</i> (str (optional))</dt> <dd> -name of the dialog +name of the dialog (defaults to None) </dd> -<dt><i>modal</i> (bool)</dt> +<dt><i>modal</i> (bool (optional))</dt> <dd> -flag indicating a modal dialog +flag indicating a modal dialog (defaults to False) </dd> -<dt><i>fromEric</i> (bool)</dt> +<dt><i>fromEric</i> (bool (optional))</dt> <dd> flag indicating a dialog generation from within the - eric IDE + eric IDE (defaults to True) </dd> -<dt><i>displayMode</i> (ConfigurationMode)</dt> +<dt><i>displayMode</i> (ConfigurationMode (optional))</dt> <dd> -mode of the configuration dialog +mode of the configuration dialog (defaults to + ConfigurationMode.DEFAULTMODE) </dd> -<dt><i>expandedEntries</i> (list of str)</dt> +<dt><i>expandedEntries</i> (list of str (optional))</dt> <dd> -list of entries to be shown expanded +list of entries to be shown expanded (defaults to None) </dd> </dl> <a NAME="ConfigurationDialog.__mainPasswordChanged" ID="ConfigurationDialog.__mainPasswordChanged"></a> @@ -251,7 +252,7 @@ <h3>Class Attributes</h3> <table> -<tr><td>DEFAULTMODE</td></tr><tr><td>EDITORMODE</td></tr><tr><td>HEXEDITORMODE</td></tr><tr><td>PDFVIEWERMODE</td></tr><tr><td>PIPMANAGERMODE</td></tr><tr><td>TRAYSTARTERMODE</td></tr><tr><td>WEBBROWSERMODE</td></tr> +<tr><td>DEFAULTMODE</td></tr><tr><td>EDITORMODE</td></tr><tr><td>HEXEDITORMODE</td></tr><tr><td>PDFVIEWERMODE</td></tr><tr><td>PIPMANAGERMODE</td></tr><tr><td>SHELLMODE</td></tr><tr><td>TRAYSTARTERMODE</td></tr><tr><td>WEBBROWSERMODE</td></tr> </table> <h3>Class Methods</h3> @@ -500,29 +501,34 @@ <a NAME="ConfigurationWidget.__init__" ID="ConfigurationWidget.__init__"></a> <h4>ConfigurationWidget (Constructor)</h4> -<b>ConfigurationWidget</b>(<i>parent=None, fromEric=True, displayMode=ConfigurationMode.DEFAULTMODE, expandedEntries=None, </i>) +<b>ConfigurationWidget</b>(<i>parent=None, fromEric=True, displayMode=ConfigurationMode.DEFAULTMODE, expandedEntries=None, withApply=True, </i>) <p> Constructor </p> <dl> -<dt><i>parent</i> (QWidget)</dt> +<dt><i>parent</i> (QWidget (optional))</dt> <dd> -reference to the parent widget +reference to the parent widget (defaults to None) </dd> -<dt><i>fromEric</i> (bool)</dt> +<dt><i>fromEric</i> (bool (optional))</dt> <dd> flag indicating a dialog generation from within the - eric IDE + eric IDE (defaults to True) </dd> -<dt><i>displayMode</i> (ConfigurationMode)</dt> +<dt><i>displayMode</i> (ConfigurationMode (optional))</dt> <dd> -mode of the configuration dialog +mode of the configuration dialog (defaults to + ConfigurationMode.DEFAULTMODE) </dd> -<dt><i>expandedEntries</i> (list of str)</dt> +<dt><i>expandedEntries</i> (list of str (optional))</dt> <dd> -list of entries to be shown expanded +list of entries to be shown expanded (defaults to None) +</dd> +<dt><i>withApply</i> (bool (optional))</dt> +<dd> +flag indicating to show the 'Apply' button (defaults to True) </dd> </dl> <a NAME="ConfigurationWidget.__importConfigurationPage" ID="ConfigurationWidget.__importConfigurationPage"></a> @@ -619,12 +625,19 @@ </dl> <a NAME="ConfigurationWidget.__setupUi" ID="ConfigurationWidget.__setupUi"></a> <h4>ConfigurationWidget.__setupUi</h4> -<b>__setupUi</b>(<i></i>) +<b>__setupUi</b>(<i>withApply=True</i>) <p> Private method to perform the general setup of the configuration widget. </p> +<dl> + +<dt><i>withApply</i> (bool (optional))</dt> +<dd> +flag indicating to show the 'Apply' button (defaults to True) +</dd> +</dl> <a NAME="ConfigurationWidget.__showConfigurationPage" ID="ConfigurationWidget.__showConfigurationPage"></a> <h4>ConfigurationWidget.__showConfigurationPage</h4> <b>__showConfigurationPage</b>(<i>itm</i>)