--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html Sun Jan 17 13:53:08 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html Mon Feb 01 10:38:16 2021 +0100 @@ -23,7 +23,7 @@ <h1>eric6.Preferences.ConfigurationDialog</h1> <p> -Module implementing a dialog for the configuration of eric6. +Module implementing a dialog for the configuration of eric. </p> <h3>Global Attributes</h3> @@ -44,7 +44,7 @@ </tr> <tr> <td><a href="#ConfigurationWidget">ConfigurationWidget</a></td> -<td>Class implementing a dialog for the configuration of eric6.</td> +<td>Class implementing a dialog for the configuration of eric.</td> </tr> <tr> <td><a href="#ConfigurationWindow">ConfigurationWindow</a></td> @@ -153,18 +153,18 @@ <dd> Flag indicating a modal dialog. (boolean) </dd> -<dt><i>fromEric=</i></dt> +<dt><i>fromEric</i></dt> <dd> flag indicating a dialog generation from within the - eric6 ide (boolean) + eric ide (boolean) </dd> -<dt><i>displayMode=</i></dt> +<dt><i>displayMode</i></dt> <dd> mode of the configuration dialog (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode, WebBrowserMode) </dd> -<dt><i>expandedEntries=</i></dt> +<dt><i>expandedEntries</i></dt> <dd> list of entries to be shown expanded (list of strings) @@ -210,7 +210,7 @@ Public method to get the page name of the current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> page name of the current page (string) </dd> @@ -223,7 +223,7 @@ Public method to get a list of expanded entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of expanded entries (list of string) </dd> @@ -325,7 +325,7 @@ Public method to get the name of the associated configuration page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the configuration page (string) </dd> @@ -337,7 +337,7 @@ <h2>ConfigurationWidget</h2> <p> - Class implementing a dialog for the configuration of eric6. + Class implementing a dialog for the configuration of eric. </p> <h3>Signals</h3> <dl> @@ -492,18 +492,18 @@ <dd> The parent widget of this dialog. (QWidget) </dd> -<dt><i>fromEric=</i></dt> +<dt><i>fromEric</i></dt> <dd> flag indicating a dialog generation from within the - eric6 ide (boolean) + eric ide (boolean) </dd> -<dt><i>displayMode=</i></dt> +<dt><i>displayMode</i></dt> <dd> mode of the configuration dialog (DefaultMode, HelpBrowserMode, TrayStarterMode, HexEditorMode, WebBrowserMode) </dd> -<dt><i>expandedEntries=</i></dt> +<dt><i>expandedEntries</i></dt> <dd> list of entries to be shown expanded (list of strings) @@ -531,7 +531,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the configuration page module </dd> @@ -558,7 +558,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the initialized page </dd> @@ -589,7 +589,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an enabled child item (boolean) </dd> @@ -649,7 +649,7 @@ Public method to check, if invoked from within eric. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating invocation from within eric (boolean) </dd> @@ -662,7 +662,7 @@ Public method to get the page name of the current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> page name of the current page (string) </dd> @@ -675,7 +675,7 @@ Public method to get a list of expanded entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of expanded entries (list of string) </dd> @@ -688,7 +688,7 @@ Public method to get a reference to the lexers dictionary. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the lexers dictionary </dd> @@ -708,7 +708,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the page or None, indicating page was not loaded yet @@ -722,7 +722,7 @@ Public method to get an indication, if QtWebEngine is being used. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the use of QtWebEngine </dd>