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

branch
eric7
changeset 9239
3c605ab5a8c7
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricDirFileDialog.html	Sat Jul 16 18:14:30 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricDirFileDialog.html	Sun Jul 17 12:21:39 2022 +0200
@@ -86,6 +86,10 @@
 <td><a href="#EricDirFileDialog.getOpenFileAndDirNames">getOpenFileAndDirNames</a></td>
 <td>Static method to get the names of files and directories for opening it.</td>
 </tr>
+<tr>
+<td><a href="#EricDirFileDialog.getOpenFileAndDirPaths">getOpenFileAndDirPaths</a></td>
+<td>Static method to get the paths of files and directories for opening it.</td>
+</tr>
 </table>
 
 <a NAME="EricDirFileDialog.__init__" ID="EricDirFileDialog.__init__"></a>
@@ -215,6 +219,48 @@
 list of str
 </dd>
 </dl>
+<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>
+<dd>
+parent widget of the dialog
+</dd>
+<dt><i>caption</i> (str)</dt>
+<dd>
+window title of the dialog
+</dd>
+<dt><i>directory</i> (str or pathlib.Path)</dt>
+<dd>
+working directory of the dialog
+</dd>
+<dt><i>filterStr</i> (str)</dt>
+<dd>
+filter string for the dialog
+</dd>
+<dt><i>options</i> (QFileDialog.Options)</dt>
+<dd>
+various options for the dialog
+</dd>
+</dl>
+<dl>
+<dt>Return:</dt>
+<dd>
+paths of the selected files and folders
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+list of pathlib.Path
+</dd>
+</dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial