--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricIconBar.html Sat Jan 13 13:01:09 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricIconBar.html Sun Jan 14 12:39:11 2024 +0100 @@ -160,6 +160,10 @@ <td>Public method to set the current index.</td> </tr> <tr> +<td><a href="#EricIconBar.setIcon">setIcon</a></td> +<td>Public method to set the icon at the given index.</td> +</tr> +<tr> <td><a href="#EricIconBar.setOrientation">setOrientation</a></td> <td>Public method to set the widget orientation.</td> </tr> @@ -498,6 +502,24 @@ current index to be set </dd> </dl> +<a NAME="EricIconBar.setIcon" ID="EricIconBar.setIcon"></a> +<h4>EricIconBar.setIcon</h4> +<b>setIcon</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="EricIconBar.setOrientation" ID="EricIconBar.setOrientation"></a> <h4>EricIconBar.setOrientation</h4> <b>setOrientation</b>(<i>orientation</i>)