src/eric7/Documentation/Source/eric7.EricWidgets.EricListSelectionDialog.html

branch
eric7
changeset 10479
856476537696
parent 10215
d476667171a1
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricListSelectionDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricListSelectionDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricListSelectionDialog</h1>
-
 <p>
 Module implementing a dialog to select from a list of strings.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricListSelectionDialog">EricListSelectionDialog</a></td>
 <td>Class implementing a dialog to select from a list of strings.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricListSelectionDialog" ID="EricListSelectionDialog"></a>
 <h2>EricListSelectionDialog</h2>
-
 <p>
     Class implementing a dialog to select from a list of strings.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_EricListSelectionDialog
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricListSelectionDialog.__init__">EricListSelectionDialog</a></td>
 <td>Constructor</td>
@@ -83,19 +80,20 @@
 <td>Public method to preselect a list of entries.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <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, doubleClickOk=False, emptySelectionOk=False, showSelectAll=False, parent=None, </i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>entries</i> (list of str or list of tuple of (str, Any))</dt>
@@ -140,10 +138,10 @@
 <a NAME="EricListSelectionDialog.__selectAll" ID="EricListSelectionDialog.__selectAll"></a>
 <h4>EricListSelectionDialog.__selectAll</h4>
 <b>__selectAll</b>(<i>state</i>)
-
 <p>
         Private method to select or deselect all entries.
 </p>
+
 <dl>
 
 <dt><i>state</i> (bool)</dt>
@@ -154,10 +152,10 @@
 <a NAME="EricListSelectionDialog.getSelection" ID="EricListSelectionDialog.getSelection"></a>
 <h4>EricListSelectionDialog.getSelection</h4>
 <b>getSelection</b>(<i></i>)
-
 <p>
         Public method to retrieve the selected items.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -173,10 +171,10 @@
 <a NAME="EricListSelectionDialog.on_selectionList_itemChanged" ID="EricListSelectionDialog.on_selectionList_itemChanged"></a>
 <h4>EricListSelectionDialog.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>
@@ -187,10 +185,10 @@
 <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>
@@ -201,17 +199,17 @@
 <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>)
-
 <p>
         Private slot handling a change of the selection.
 </p>
+
 <a NAME="EricListSelectionDialog.setSelection" ID="EricListSelectionDialog.setSelection"></a>
 <h4>EricListSelectionDialog.setSelection</h4>
 <b>setSelection</b>(<i>selection</i>)
-
 <p>
         Public method to preselect a list of entries.
 </p>
+
 <dl>
 
 <dt><i>selection</i> (list of str)</dt>
@@ -221,4 +219,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial