diff -r 7fa64ad908c3 -r 3dd851d1edf8 Documentation/Source/eric6.E5Gui.E5ListSelectionDialog.html --- a/Documentation/Source/eric6.E5Gui.E5ListSelectionDialog.html Fri Jul 20 20:24:29 2018 +0200 +++ b/Documentation/Source/eric6.E5Gui.E5ListSelectionDialog.html Sat Jul 21 13:46:07 2018 +0200 @@ -63,6 +63,9 @@ <td><a href="#E5ListSelectionDialog.getSelection">getSelection</a></td> <td>Public method to retrieve the selected items.</td> </tr><tr> +<td><a href="#E5ListSelectionDialog.on_selectionList_itemChanged">on_selectionList_itemChanged</a></td> +<td>Private slot handling a change of an item.</td> +</tr><tr> <td><a href="#E5ListSelectionDialog.on_selectionList_itemSelectionChanged">on_selectionList_itemSelectionChanged</a></td> <td>Private slot handling a change of the selection.</td> </tr> @@ -73,7 +76,7 @@ </table> <a NAME="E5ListSelectionDialog.__init__" ID="E5ListSelectionDialog.__init__"></a> <h4>E5ListSelectionDialog (Constructor)</h4> -<b>E5ListSelectionDialog</b>(<i>entries, selectionMode=QAbstractItemView.ExtendedSelection, title="", message="", parent=None</i>) +<b>E5ListSelectionDialog</b>(<i>entries, selectionMode=QAbstractItemView.ExtendedSelection, title="", message="", checkBoxSelection=False, parent=None</i>) <p> Constructor </p><dl> @@ -89,6 +92,10 @@ </dd><dt><i>message</i> (str)</dt> <dd> message to be show in the dialog +</dd><dt><i>checkBoxSelection</i> (bool)</dt> +<dd> +flag indicating to select items via their + checkbox </dd><dt><i>parent</i> (QWidget)</dt> <dd> reference to the parent widget @@ -108,6 +115,16 @@ <dd> list of str </dd> +</dl><a NAME="E5ListSelectionDialog.on_selectionList_itemChanged" ID="E5ListSelectionDialog.on_selectionList_itemChanged"></a> +<h4>E5ListSelectionDialog.on_selectionList_itemChanged</h4> +<b>on_selectionList_itemChanged</b>(<i>itm</i>) +<p> + Private slot handling a change of an item. +</p><dl> +<dt><i>itm</i> (QListWidgetItem)</dt> +<dd> +reference to the changed item +</dd> </dl><a NAME="E5ListSelectionDialog.on_selectionList_itemSelectionChanged" ID="E5ListSelectionDialog.on_selectionList_itemSelectionChanged"></a> <h4>E5ListSelectionDialog.on_selectionList_itemSelectionChanged</h4> <b>on_selectionList_itemSelectionChanged</b>(<i></i>)