diff -r 7da5a5a14469 -r e22ca9d9ac5f eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html --- a/eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Jul 20 15:03:03 2019 +0200 +++ b/eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Jul 20 15:06:27 2019 +0200 @@ -289,6 +289,9 @@ <td><a href="#UnittestDialog.on_discoverCheckBox_toggled">on_discoverCheckBox_toggled</a></td> <td>Private slot handling state changes of the 'discover' checkbox.</td> </tr><tr> +<td><a href="#UnittestDialog.on_discoveryList_itemChanged">on_discoveryList_itemChanged</a></td> +<td>Private slot handling the user checking or unchecking an item.</td> +</tr><tr> <td><a href="#UnittestDialog.on_discoveryList_itemDoubleClicked">on_discoveryList_itemDoubleClicked</a></td> <td>Private slot handling the user double clicking an item.</td> </tr><tr> @@ -613,6 +616,19 @@ <dd> state of the checkbox </dd> +</dl><a NAME="UnittestDialog.on_discoveryList_itemChanged" ID="UnittestDialog.on_discoveryList_itemChanged"></a> +<h4>UnittestDialog.on_discoveryList_itemChanged</h4> +<b>on_discoveryList_itemChanged</b>(<i>item, column</i>) +<p> + Private slot handling the user checking or unchecking an item. +</p><dl> +<dt><i>item</i> (QTreeWidgetItem)</dt> +<dd> +reference to the item +</dd><dt><i>column</i> (int)</dt> +<dd> +changed column +</dd> </dl><a NAME="UnittestDialog.on_discoveryList_itemDoubleClicked" ID="UnittestDialog.on_discoveryList_itemDoubleClicked"></a> <h4>UnittestDialog.on_discoveryList_itemDoubleClicked</h4> <b>on_discoveryList_itemDoubleClicked</b>(<i>item, column</i>)