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

branch
eric7
changeset 10479
856476537696
parent 9239
3c605ab5a8c7
child 10689
3ede487187f2
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricDirFileDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricDirFileDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,56 +7,53 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.EricWidgets.EricDirFileDialog</h1>
-
 <p>
 Module implementing a dialog to select files and directories simultaneously.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricDirFileDialog">EricDirFileDialog</a></td>
 <td>Derived QFileDialog to select files and directories simultaneously.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="EricDirFileDialog" ID="EricDirFileDialog"></a>
 <h2>EricDirFileDialog</h2>
-
 <p>
     Derived QFileDialog to select files and directories simultaneously.
 </p>
 <p>
     For this purpose the none native file dialog is used.
 </p>
+
 <h3>Derived from</h3>
 QFileDialog
 <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="#EricDirFileDialog.__init__">EricDirFileDialog</a></td>
 <td>Constructor</td>
@@ -78,10 +75,9 @@
 <td>Private method to determine the selected files and folders and update the line edit.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#EricDirFileDialog.getOpenFileAndDirNames">getOpenFileAndDirNames</a></td>
 <td>Static method to get the names of files and directories for opening it.</td>
@@ -92,13 +88,14 @@
 </tr>
 </table>
 
+
 <a NAME="EricDirFileDialog.__init__" ID="EricDirFileDialog.__init__"></a>
 <h4>EricDirFileDialog (Constructor)</h4>
 <b>EricDirFileDialog</b>(<i>parent=None, caption="", directory="", filterStr=""</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -121,17 +118,17 @@
 <a NAME="EricDirFileDialog.accept" ID="EricDirFileDialog.accept"></a>
 <h4>EricDirFileDialog.accept</h4>
 <b>accept</b>(<i></i>)
-
 <p>
         Public slot to update the list with the selected files and folders.
 </p>
+
 <a NAME="EricDirFileDialog.exec" ID="EricDirFileDialog.exec"></a>
 <h4>EricDirFileDialog.exec</h4>
 <b>exec</b>(<i></i>)
-
 <p>
         Public slot to finalize initialization and start the event loop.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -147,10 +144,10 @@
 <a NAME="EricDirFileDialog.on_directoryEntered" ID="EricDirFileDialog.on_directoryEntered"></a>
 <h4>EricDirFileDialog.on_directoryEntered</h4>
 <b>on_directoryEntered</b>(<i>directory</i>)
-
 <p>
         Private slot to reset selections if another directory was entered.
 </p>
+
 <dl>
 
 <dt><i>directory</i> (str)</dt>
@@ -161,11 +158,11 @@
 <a NAME="EricDirFileDialog.on_selectionChanged" ID="EricDirFileDialog.on_selectionChanged"></a>
 <h4>EricDirFileDialog.on_selectionChanged</h4>
 <b>on_selectionChanged</b>(<i>selected, deselected</i>)
-
 <p>
         Private method to determine the selected files and folders and update
         the line edit.
 </p>
+
 <dl>
 
 <dt><i>selected</i> (QItemSelection)</dt>
@@ -180,10 +177,10 @@
 <a NAME="EricDirFileDialog.getOpenFileAndDirNames" ID="EricDirFileDialog.getOpenFileAndDirNames"></a>
 <h4>EricDirFileDialog.getOpenFileAndDirNames (static)</h4>
 <b>getOpenFileAndDirNames</b>(<i>caption="", directory="", filterStr="", options=None</i>)
-
 <p>
         Static method to get the names of files and directories for opening it.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -222,10 +219,10 @@
 <a NAME="EricDirFileDialog.getOpenFileAndDirPaths" ID="EricDirFileDialog.getOpenFileAndDirPaths"></a>
 <h4>EricDirFileDialog.getOpenFileAndDirPaths (static)</h4>
 <b>getOpenFileAndDirPaths</b>(<i>caption="", directory="", filterStr="", options=None</i>)
-
 <p>
         Static method to get the paths of files and directories for opening it.
 </p>
+
 <dl>
 
 <dt><i>parent</i> (QWidget)</dt>
@@ -263,4 +260,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