84 |
84 |
85 <tr> |
85 <tr> |
86 <td><a href="#EricDirFileDialog.getOpenFileAndDirNames">getOpenFileAndDirNames</a></td> |
86 <td><a href="#EricDirFileDialog.getOpenFileAndDirNames">getOpenFileAndDirNames</a></td> |
87 <td>Static method to get the names of files and directories for opening it.</td> |
87 <td>Static method to get the names of files and directories for opening it.</td> |
88 </tr> |
88 </tr> |
|
89 <tr> |
|
90 <td><a href="#EricDirFileDialog.getOpenFileAndDirPaths">getOpenFileAndDirPaths</a></td> |
|
91 <td>Static method to get the paths of files and directories for opening it.</td> |
|
92 </tr> |
89 </table> |
93 </table> |
90 |
94 |
91 <a NAME="EricDirFileDialog.__init__" ID="EricDirFileDialog.__init__"></a> |
95 <a NAME="EricDirFileDialog.__init__" ID="EricDirFileDialog.__init__"></a> |
92 <h4>EricDirFileDialog (Constructor)</h4> |
96 <h4>EricDirFileDialog (Constructor)</h4> |
93 <b>EricDirFileDialog</b>(<i>parent=None, caption="", directory="", filterStr=""</i>) |
97 <b>EricDirFileDialog</b>(<i>parent=None, caption="", directory="", filterStr=""</i>) |
213 <dt>Return Type:</dt> |
217 <dt>Return Type:</dt> |
214 <dd> |
218 <dd> |
215 list of str |
219 list of str |
216 </dd> |
220 </dd> |
217 </dl> |
221 </dl> |
|
222 <a NAME="EricDirFileDialog.getOpenFileAndDirPaths" ID="EricDirFileDialog.getOpenFileAndDirPaths"></a> |
|
223 <h4>EricDirFileDialog.getOpenFileAndDirPaths (static)</h4> |
|
224 <b>getOpenFileAndDirPaths</b>(<i>caption="", directory="", filterStr="", options=None</i>) |
|
225 |
|
226 <p> |
|
227 Static method to get the paths of files and directories for opening it. |
|
228 </p> |
|
229 <dl> |
|
230 |
|
231 <dt><i>parent</i> (QWidget)</dt> |
|
232 <dd> |
|
233 parent widget of the dialog |
|
234 </dd> |
|
235 <dt><i>caption</i> (str)</dt> |
|
236 <dd> |
|
237 window title of the dialog |
|
238 </dd> |
|
239 <dt><i>directory</i> (str or pathlib.Path)</dt> |
|
240 <dd> |
|
241 working directory of the dialog |
|
242 </dd> |
|
243 <dt><i>filterStr</i> (str)</dt> |
|
244 <dd> |
|
245 filter string for the dialog |
|
246 </dd> |
|
247 <dt><i>options</i> (QFileDialog.Options)</dt> |
|
248 <dd> |
|
249 various options for the dialog |
|
250 </dd> |
|
251 </dl> |
|
252 <dl> |
|
253 <dt>Return:</dt> |
|
254 <dd> |
|
255 paths of the selected files and folders |
|
256 </dd> |
|
257 </dl> |
|
258 <dl> |
|
259 <dt>Return Type:</dt> |
|
260 <dd> |
|
261 list of pathlib.Path |
|
262 </dd> |
|
263 </dl> |
218 <div align="right"><a href="#top">Up</a></div> |
264 <div align="right"><a href="#top">Up</a></div> |
219 <hr /> |
265 <hr /> |
220 </body></html> |
266 </body></html> |