src/eric7/Documentation/Source/eric7.Project.AddFileDialog.html

branch
eric7
changeset 10479
856476537696
parent 9530
c30f02ea1b27
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Project.AddFileDialog.html
--- a/src/eric7/Documentation/Source/eric7.Project.AddFileDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Project.AddFileDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Project.AddFileDialog</h1>
-
 <p>
 Module implementing a dialog to add a file to the project.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#AddFileDialog">AddFileDialog</a></td>
 <td>Class implementing a dialog to add a file to the project.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="AddFileDialog" ID="AddFileDialog"></a>
 <h2>AddFileDialog</h2>
-
 <p>
     Class implementing a dialog to add a file to the project.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_AddFileDialog
 <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="#AddFileDialog.__init__">AddFileDialog</a></td>
 <td>Constructor</td>
@@ -71,19 +68,20 @@
 <td>Private slot to handle the source file text changed.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="AddFileDialog.__init__" ID="AddFileDialog.__init__"></a>
 <h4>AddFileDialog (Constructor)</h4>
 <b>AddFileDialog</b>(<i>pro, parent=None, fileTypeFilter=None, name=None, startdir=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>pro</i> (Project)</dt>
@@ -110,10 +108,10 @@
 <a NAME="AddFileDialog.getData" ID="AddFileDialog.getData"></a>
 <h4>AddFileDialog.getData</h4>
 <b>getData</b>(<i></i>)
-
 <p>
         Public slot to retrieve the dialogs data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -130,15 +128,14 @@
 <a NAME="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog" ID="AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog"></a>
 <h4>AddFileDialog.on_sourceFilesPicker_aboutToShowPathPickerDialog</h4>
 <b>on_sourceFilesPicker_aboutToShowPathPickerDialog</b>(<i></i>)
-
 <p>
         Private slot to perform actions before the source files selection
         dialog is shown.
 </p>
+
 <a NAME="AddFileDialog.on_sourceFilesPicker_textChanged" ID="AddFileDialog.on_sourceFilesPicker_textChanged"></a>
 <h4>AddFileDialog.on_sourceFilesPicker_textChanged</h4>
 <b>on_sourceFilesPicker_textChanged</b>(<i>sfile</i>)
-
 <p>
         Private slot to handle the source file text changed.
 </p>
@@ -148,6 +145,7 @@
         It is assumed, that the user wants to add a bunch of files to
         the project in place.
 </p>
+
 <dl>
 
 <dt><i>sfile</i> (str)</dt>
@@ -157,4 +155,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