diff -r a79201e0e149 -r bf4a24c55c57 src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html --- a/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Sun Dec 24 19:49:52 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Testing.TestingWidget.html Mon Dec 25 12:48:30 2023 +0100 @@ -292,6 +292,10 @@ <td>Private slot handling state changes of the 'discover' checkbox.</td> </tr> <tr> +<td><a href="#TestingWidget.on_discoveryList_customContextMenuRequested">on_discoveryList_customContextMenuRequested</a></td> +<td>Private slot to show the context menu of the dicovery list.</td> +</tr> +<tr> <td><a href="#TestingWidget.on_discoveryList_itemActivated">on_discoveryList_itemActivated</a></td> <td>Private slot handling the user activating an item.</td> </tr> @@ -1010,6 +1014,20 @@ state of the checkbox </dd> </dl> +<a NAME="TestingWidget.on_discoveryList_customContextMenuRequested" ID="TestingWidget.on_discoveryList_customContextMenuRequested"></a> +<h4>TestingWidget.on_discoveryList_customContextMenuRequested</h4> +<b>on_discoveryList_customContextMenuRequested</b>(<i>pos</i>) + +<p> + Private slot to show the context menu of the dicovery list. +</p> +<dl> + +<dt><i>pos</i> (QPoint)</dt> +<dd> +the position of the mouse pointer +</dd> +</dl> <a NAME="TestingWidget.on_discoveryList_itemActivated" ID="TestingWidget.on_discoveryList_itemActivated"></a> <h4>TestingWidget.on_discoveryList_itemActivated</h4> <b>on_discoveryList_itemActivated</b>(<i>item, column</i>)