diff -r 12e7fbf2445a -r 8857942747cb eric7/Documentation/Source/eric7.EricWidgets.EricListSelectionDialog.html --- a/eric7/Documentation/Source/eric7.EricWidgets.EricListSelectionDialog.html Tue Oct 05 19:47:03 2021 +0200 +++ b/eric7/Documentation/Source/eric7.EricWidgets.EricListSelectionDialog.html Tue Oct 05 19:48:08 2021 +0200 @@ -67,6 +67,10 @@ <td>Private slot handling a change of an item.</td> </tr> <tr> +<td><a href="#EricListSelectionDialog.on_selectionList_itemDoubleClicked">on_selectionList_itemDoubleClicked</a></td> +<td>Private slot handling double clicking an item.</td> +</tr> +<tr> <td><a href="#EricListSelectionDialog.on_selectionList_itemSelectionChanged">on_selectionList_itemSelectionChanged</a></td> <td>Private slot handling a change of the selection.</td> </tr> @@ -80,7 +84,7 @@ <a NAME="EricListSelectionDialog.__init__" ID="EricListSelectionDialog.__init__"></a> <h4>EricListSelectionDialog (Constructor)</h4> <b>EricListSelectionDialog</b>(<i>entries, selectionMode=QAbstractItemView.SelectionMode - .ExtendedSelection, title="", message="", checkBoxSelection=False, parent=None</i>) + .ExtendedSelection, title="", message="", checkBoxSelection=False, doubleClickOk=False, parent=None</i>) <p> Constructor @@ -108,6 +112,11 @@ flag indicating to select items via their checkbox </dd> +<dt><i>doubleClickOk</i> (bool)</dt> +<dd> +flag indicating to accept the dialog upon a + double click of an item (single selection only) +</dd> <dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget @@ -146,6 +155,20 @@ reference to the changed item </dd> </dl> +<a NAME="EricListSelectionDialog.on_selectionList_itemDoubleClicked" ID="EricListSelectionDialog.on_selectionList_itemDoubleClicked"></a> +<h4>EricListSelectionDialog.on_selectionList_itemDoubleClicked</h4> +<b>on_selectionList_itemDoubleClicked</b>(<i>item</i>) + +<p> + Private slot handling double clicking an item. +</p> +<dl> + +<dt><i>item</i> (QListWidgetItem)</dt> +<dd> +double clicked item +</dd> +</dl> <a NAME="EricListSelectionDialog.on_selectionList_itemSelectionChanged" ID="EricListSelectionDialog.on_selectionList_itemSelectionChanged"></a> <h4>EricListSelectionDialog.on_selectionList_itemSelectionChanged</h4> <b>on_selectionList_itemSelectionChanged</b>(<i></i>)