--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html Sat Jan 13 13:01:09 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricSideBar.html Sun Jan 14 12:39:11 2024 +0100 @@ -42,6 +42,15 @@ if the current tab is clicked again. </p> +<h3>Signals</h3> +<dl> + +<dt>currentChanged(index)</dt> +<dd> +emitted to indicate a change of the current + index +</dd> +</dl> <h3>Derived from</h3> QWidget <h3>Class Attributes</h3> @@ -161,6 +170,10 @@ <td>Public method to set the orientation of the sidebar.</td> </tr> <tr> +<td><a href="#EricSideBar.setTabIcon">setTabIcon</a></td> +<td>Public method to set the icon at the given index.</td> +</tr> +<tr> <td><a href="#EricSideBar.widget">widget</a></td> <td>Public method to get a reference to the widget associated with a tab.</td> </tr> @@ -589,6 +602,24 @@ orientation of the sidebar </dd> </dl> +<a NAME="EricSideBar.setTabIcon" ID="EricSideBar.setTabIcon"></a> +<h4>EricSideBar.setTabIcon</h4> +<b>setTabIcon</b>(<i>index, icon</i>) +<p> + Public method to set the icon at the given index. +</p> + +<dl> + +<dt><i>index</i> (int)</dt> +<dd> +icon index +</dd> +<dt><i>icon</i> (QIcon)</dt> +<dd> +reference to the icon +</dd> +</dl> <a NAME="EricSideBar.widget" ID="EricSideBar.widget"></a> <h4>EricSideBar.widget</h4> <b>widget</b>(<i>index</i>)