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

branch
eric7
changeset 10784
521fd465b048
parent 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricPathPickerDialog.html	Fri Jun 14 11:18:10 2024 +0200
+++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricPathPickerDialog.html	Fri Jun 14 11:23:45 2024 +0200
@@ -92,6 +92,10 @@
 <td>Public method to set the path of the path picker.</td>
 </tr>
 <tr>
+<td><a href="#EricPathPickerDialog.setPickerRemote">setPickerRemote</a></td>
+<td>Public method to set the remote mode of the path picker.</td>
+</tr>
+<tr>
 <td><a href="#EricPathPickerDialog.setTitle">setTitle</a></td>
 <td>Public method to set the window title.</td>
 </tr>
@@ -228,6 +232,20 @@
 path to be set
 </dd>
 </dl>
+<a NAME="EricPathPickerDialog.setPickerRemote" ID="EricPathPickerDialog.setPickerRemote"></a>
+<h4>EricPathPickerDialog.setPickerRemote</h4>
+<b>setPickerRemote</b>(<i>remote</i>)
+<p>
+        Public method to set the remote mode of the path picker.
+</p>
+
+<dl>
+
+<dt><i>remote</i> (bool)</dt>
+<dd>
+flag indicating the remote mode
+</dd>
+</dl>
 <a NAME="EricPathPickerDialog.setTitle" ID="EricPathPickerDialog.setTitle"></a>
 <h4>EricPathPickerDialog.setTitle</h4>
 <b>setTitle</b>(<i>title</i>)
@@ -302,7 +320,7 @@
 <hr />
 <a NAME="getStrPath" ID="getStrPath"></a>
 <h2>getStrPath</h2>
-<b>getStrPath</b>(<i>parent, title, label, mode=EricPathPickerModes.OPEN_FILE_MODE, strPath=None, defaultDirectory=None, filters=None, </i>)
+<b>getStrPath</b>(<i>parent, title, label, mode=EricPathPickerModes.OPEN_FILE_MODE, strPath=None, defaultDirectory=None, filters=None, remote=False, </i>)
 <p>
     Function to get a file or directory path from the user.
 </p>
@@ -338,6 +356,10 @@
 <dd>
 list of file filters (defaults to None)
 </dd>
+<dt><i>remote</i> (bool (optional))</dt>
+<dd>
+flag indicating the remote mode (defaults to False)
+</dd>
 </dl>
 <dl>
 <dt>Return:</dt>

eric ide

mercurial