Documentation/Source/eric6.E5Gui.E5ListSelectionDialog.html

changeset 6437
3dd851d1edf8
parent 5244
54a0f215a6f0
equal deleted inserted replaced
6436:7fa64ad908c3 6437:3dd851d1edf8
61 <td>Constructor</td> 61 <td>Constructor</td>
62 </tr><tr> 62 </tr><tr>
63 <td><a href="#E5ListSelectionDialog.getSelection">getSelection</a></td> 63 <td><a href="#E5ListSelectionDialog.getSelection">getSelection</a></td>
64 <td>Public method to retrieve the selected items.</td> 64 <td>Public method to retrieve the selected items.</td>
65 </tr><tr> 65 </tr><tr>
66 <td><a href="#E5ListSelectionDialog.on_selectionList_itemChanged">on_selectionList_itemChanged</a></td>
67 <td>Private slot handling a change of an item.</td>
68 </tr><tr>
66 <td><a href="#E5ListSelectionDialog.on_selectionList_itemSelectionChanged">on_selectionList_itemSelectionChanged</a></td> 69 <td><a href="#E5ListSelectionDialog.on_selectionList_itemSelectionChanged">on_selectionList_itemSelectionChanged</a></td>
67 <td>Private slot handling a change of the selection.</td> 70 <td>Private slot handling a change of the selection.</td>
68 </tr> 71 </tr>
69 </table> 72 </table>
70 <h3>Static Methods</h3> 73 <h3>Static Methods</h3>
71 <table> 74 <table>
72 <tr><td>None</td></tr> 75 <tr><td>None</td></tr>
73 </table> 76 </table>
74 <a NAME="E5ListSelectionDialog.__init__" ID="E5ListSelectionDialog.__init__"></a> 77 <a NAME="E5ListSelectionDialog.__init__" ID="E5ListSelectionDialog.__init__"></a>
75 <h4>E5ListSelectionDialog (Constructor)</h4> 78 <h4>E5ListSelectionDialog (Constructor)</h4>
76 <b>E5ListSelectionDialog</b>(<i>entries, selectionMode=QAbstractItemView.ExtendedSelection, title="", message="", parent=None</i>) 79 <b>E5ListSelectionDialog</b>(<i>entries, selectionMode=QAbstractItemView.ExtendedSelection, title="", message="", checkBoxSelection=False, parent=None</i>)
77 <p> 80 <p>
78 Constructor 81 Constructor
79 </p><dl> 82 </p><dl>
80 <dt><i>entries</i> (list of str)</dt> 83 <dt><i>entries</i> (list of str)</dt>
81 <dd> 84 <dd>
87 <dd> 90 <dd>
88 tirle of the dialog 91 tirle of the dialog
89 </dd><dt><i>message</i> (str)</dt> 92 </dd><dt><i>message</i> (str)</dt>
90 <dd> 93 <dd>
91 message to be show in the dialog 94 message to be show in the dialog
95 </dd><dt><i>checkBoxSelection</i> (bool)</dt>
96 <dd>
97 flag indicating to select items via their
98 checkbox
92 </dd><dt><i>parent</i> (QWidget)</dt> 99 </dd><dt><i>parent</i> (QWidget)</dt>
93 <dd> 100 <dd>
94 reference to the parent widget 101 reference to the parent widget
95 </dd> 102 </dd>
96 </dl><a NAME="E5ListSelectionDialog.getSelection" ID="E5ListSelectionDialog.getSelection"></a> 103 </dl><a NAME="E5ListSelectionDialog.getSelection" ID="E5ListSelectionDialog.getSelection"></a>
106 </dl><dl> 113 </dl><dl>
107 <dt>Return Type:</dt> 114 <dt>Return Type:</dt>
108 <dd> 115 <dd>
109 list of str 116 list of str
110 </dd> 117 </dd>
118 </dl><a NAME="E5ListSelectionDialog.on_selectionList_itemChanged" ID="E5ListSelectionDialog.on_selectionList_itemChanged"></a>
119 <h4>E5ListSelectionDialog.on_selectionList_itemChanged</h4>
120 <b>on_selectionList_itemChanged</b>(<i>itm</i>)
121 <p>
122 Private slot handling a change of an item.
123 </p><dl>
124 <dt><i>itm</i> (QListWidgetItem)</dt>
125 <dd>
126 reference to the changed item
127 </dd>
111 </dl><a NAME="E5ListSelectionDialog.on_selectionList_itemSelectionChanged" ID="E5ListSelectionDialog.on_selectionList_itemSelectionChanged"></a> 128 </dl><a NAME="E5ListSelectionDialog.on_selectionList_itemSelectionChanged" ID="E5ListSelectionDialog.on_selectionList_itemSelectionChanged"></a>
112 <h4>E5ListSelectionDialog.on_selectionList_itemSelectionChanged</h4> 129 <h4>E5ListSelectionDialog.on_selectionList_itemSelectionChanged</h4>
113 <b>on_selectionList_itemSelectionChanged</b>(<i></i>) 130 <b>on_selectionList_itemSelectionChanged</b>(<i></i>)
114 <p> 131 <p>
115 Private slot handling a change of the selection. 132 Private slot handling a change of the selection.

eric ide

mercurial