--- a/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Tue Jul 30 16:24:27 2024 +0200 +++ b/src/eric7/Documentation/Source/eric7.UI.UserInterface.html Thu Aug 01 11:37:18 2024 +0200 @@ -138,10 +138,6 @@ <td>Private slot to handle the activation of the IRC window.</td> </tr> <tr> -<td><a href="#UserInterface.__activateLeftRightSidebarWidget">__activateLeftRightSidebarWidget</a></td> -<td>Private method to activate the given widget in the left or right sidebar.</td> -</tr> -<tr> <td><a href="#UserInterface.__activateLogViewer">__activateLogViewer</a></td> <td>Private slot to handle the activation of the Log Viewer.</td> </tr> @@ -830,6 +826,10 @@ <td>Public slot to handle the activation of the debug viewer.</td> </tr> <tr> +<td><a href="#UserInterface.activateLeftRightSidebarWidget">activateLeftRightSidebarWidget</a></td> +<td>Public method to activate the given widget in the left or right sidebar.</td> +</tr> +<tr> <td><a href="#UserInterface.activatePluginRepositoryViewer">activatePluginRepositoryViewer</a></td> <td>Public slot to activate the plugin repository viewer.</td> </tr> @@ -994,6 +994,10 @@ <td>Public slot to activate the debug view profile.</td> </tr> <tr> +<td><a href="#UserInterface.setLeftRightSidebarWidgetIcon">setLeftRightSidebarWidgetIcon</a></td> +<td>Public method to set the icon of the given widget in the left or right sidebar.</td> +</tr> +<tr> <td><a href="#UserInterface.showEmailDialog">showEmailDialog</a></td> <td>Public slot to show the email dialog in a given mode.</td> </tr> @@ -1228,21 +1232,6 @@ Private slot to handle the activation of the IRC window. </p> -<a NAME="UserInterface.__activateLeftRightSidebarWidget" ID="UserInterface.__activateLeftRightSidebarWidget"></a> -<h4>UserInterface.__activateLeftRightSidebarWidget</h4> -<b>__activateLeftRightSidebarWidget</b>(<i>widget</i>) -<p> - Private method to activate the given widget in the left or right - sidebar. -</p> - -<dl> - -<dt><i>widget</i> (QWidget)</dt> -<dd> -reference to the widget to be activated -</dd> -</dl> <a NAME="UserInterface.__activateLogViewer" ID="UserInterface.__activateLogViewer"></a> <h4>UserInterface.__activateLogViewer</h4> <b>__activateLogViewer</b>(<i></i>) @@ -3048,6 +3037,21 @@ Public slot to handle the activation of the debug viewer. </p> +<a NAME="UserInterface.activateLeftRightSidebarWidget" ID="UserInterface.activateLeftRightSidebarWidget"></a> +<h4>UserInterface.activateLeftRightSidebarWidget</h4> +<b>activateLeftRightSidebarWidget</b>(<i>widget</i>) +<p> + Public method to activate the given widget in the left or right + sidebar. +</p> + +<dl> + +<dt><i>widget</i> (QWidget)</dt> +<dd> +reference to the widget to be activated +</dd> +</dl> <a NAME="UserInterface.activatePluginRepositoryViewer" ID="UserInterface.activatePluginRepositoryViewer"></a> <h4>UserInterface.activatePluginRepositoryViewer</h4> <b>activatePluginRepositoryViewer</b>(<i></i>) @@ -3751,6 +3755,25 @@ be saved </dd> </dl> +<a NAME="UserInterface.setLeftRightSidebarWidgetIcon" ID="UserInterface.setLeftRightSidebarWidgetIcon"></a> +<h4>UserInterface.setLeftRightSidebarWidgetIcon</h4> +<b>setLeftRightSidebarWidgetIcon</b>(<i>widget, icon</i>) +<p> + Public method to set the icon of the given widget in the left or right + sidebar. +</p> + +<dl> + +<dt><i>widget</i> (QWidget)</dt> +<dd> +reference to the widget to set the icon for +</dd> +<dt><i>icon</i> (QIcon)</dt> +<dd> +icon to be set +</dd> +</dl> <a NAME="UserInterface.showEmailDialog" ID="UserInterface.showEmailDialog"></a> <h4>UserInterface.showEmailDialog</h4> <b>showEmailDialog</b>(<i>mode, attachFile=None, deleteAttachFile=False</i>)