--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricIconBar.html Thu Aug 25 19:35:37 2022 +0200 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricIconBar.html Fri Aug 26 14:49:15 2022 +0200 @@ -51,6 +51,11 @@ emitted to indicate, that the current icon was clicked </dd> +<dt>emptyClicked()</dt> +<dd> +emitted to indicate a mouse click on the empty part + of the icon bar +</dd> </dl> <h3>Derived from</h3> QWidget @@ -117,6 +122,10 @@ <td>Public method to insert an icon into the bar.</td> </tr> <tr> +<td><a href="#EricIconBar.mouseReleaseEvent">mouseReleaseEvent</a></td> +<td>Protected method to handle a click on the empty space.</td> +</tr> +<tr> <td><a href="#EricIconBar.nextIcon">nextIcon</a></td> <td>Public slot to set the icon after the current one.</td> </tr> @@ -368,6 +377,20 @@ label text to be shown as a tooltip (defaults to "") </dd> </dl> +<a NAME="EricIconBar.mouseReleaseEvent" ID="EricIconBar.mouseReleaseEvent"></a> +<h4>EricIconBar.mouseReleaseEvent</h4> +<b>mouseReleaseEvent</b>(<i>evt</i>) + +<p> + Protected method to handle a click on the empty space. +</p> +<dl> + +<dt><i>evt</i> (QMouseEvent)</dt> +<dd> +reference to the mouse event +</dd> +</dl> <a NAME="EricIconBar.nextIcon" ID="EricIconBar.nextIcon"></a> <h4>EricIconBar.nextIcon</h4> <b>nextIcon</b>(<i></i>)