diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricWidgets.EricFileDialog.html --- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricFileDialog.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricFileDialog.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,24 +7,29 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricFileDialog</h1> - <p> Module implementing alternative functions for the QFileDialog static methods. </p> + <h3>Global Attributes</h3> - <table> -<tr><td>DontConfirmOverwrite</td></tr><tr><td>DontResolveSymlinks</td></tr><tr><td>DontUseCustomDirectoryIcons</td></tr><tr><td>DontUseNativeDialog</td></tr><tr><td>HideNameFilterDetails</td></tr><tr><td>Option</td></tr><tr><td>ReadOnly</td></tr><tr><td>ShowDirsOnly</td></tr> +<tr><td>DontConfirmOverwrite</td></tr> +<tr><td>DontResolveSymlinks</td></tr> +<tr><td>DontUseCustomDirectoryIcons</td></tr> +<tr><td>DontUseNativeDialog</td></tr> +<tr><td>HideNameFilterDetails</td></tr> +<tr><td>Option</td></tr> +<tr><td>ReadOnly</td></tr> +<tr><td>ShowDirsOnly</td></tr> </table> + <h3>Classes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Functions</h3> - <table> - <tr> <td><a href="#__reorderFilter">__reorderFilter</a></td> <td>Private function to reorder the file filter to cope with a KDE issue introduced by distributor's usage of KDE file dialogs.</td> @@ -94,16 +99,17 @@ <td>Module function to get the path of a file for saving and the selected file name filter.</td> </tr> </table> + <hr /> <hr /> <a NAME="__reorderFilter" ID="__reorderFilter"></a> <h2>__reorderFilter</h2> <b>__reorderFilter</b>(<i>filterStr, initialFilter=""</i>) - <p> Private function to reorder the file filter to cope with a KDE issue introduced by distributor's usage of KDE file dialogs. </p> + <dl> <dt><i>filterStr</i> (str)</dt> @@ -133,10 +139,10 @@ <a NAME="getExistingDirectory" ID="getExistingDirectory"></a> <h2>getExistingDirectory</h2> <b>getExistingDirectory</b>(<i>parent=None, caption="", directory="", options=QFileDialog.Option.ShowDirsOnly</i>) - <p> Module function to get the name of a directory. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -174,10 +180,10 @@ <a NAME="getExistingDirectoryPath" ID="getExistingDirectoryPath"></a> <h2>getExistingDirectoryPath</h2> <b>getExistingDirectoryPath</b>(<i>parent=None, caption="", directory="", options=QFileDialog.Option.ShowDirsOnly</i>) - <p> Module function to get the path of a directory. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -215,11 +221,11 @@ <a NAME="getOpenFilPathsAndFilter" ID="getOpenFilPathsAndFilter"></a> <h2>getOpenFilPathsAndFilter</h2> <b>getOpenFilPathsAndFilter</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) - <p> Module function to get a list of paths of files for opening and the selected file name filter. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -265,10 +271,10 @@ <a NAME="getOpenFileAndDirNames" ID="getOpenFileAndDirNames"></a> <h2>getOpenFileAndDirNames</h2> <b>getOpenFileAndDirNames</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) - <p> Module function to get the names of files and directories for opening. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -310,10 +316,10 @@ <a NAME="getOpenFileAndDirPaths" ID="getOpenFileAndDirPaths"></a> <h2>getOpenFileAndDirPaths</h2> <b>getOpenFileAndDirPaths</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) - <p> Module function to get the paths of files and directories for opening. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -355,10 +361,10 @@ <a NAME="getOpenFileName" ID="getOpenFileName"></a> <h2>getOpenFileName</h2> <b>getOpenFileName</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) - <p> Module function to get the name of a file for opening it. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -400,11 +406,11 @@ <a NAME="getOpenFileNameAndFilter" ID="getOpenFileNameAndFilter"></a> <h2>getOpenFileNameAndFilter</h2> <b>getOpenFileNameAndFilter</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) - <p> Module function to get the name of a file for opening it and the selected file name filter. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -450,10 +456,10 @@ <a NAME="getOpenFileNames" ID="getOpenFileNames"></a> <h2>getOpenFileNames</h2> <b>getOpenFileNames</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) - <p> Module function to get a list of names of files for opening. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -495,11 +501,11 @@ <a NAME="getOpenFileNamesAndFilter" ID="getOpenFileNamesAndFilter"></a> <h2>getOpenFileNamesAndFilter</h2> <b>getOpenFileNamesAndFilter</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) - <p> Module function to get a list of names of files for opening and the selected file name filter. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -545,10 +551,10 @@ <a NAME="getOpenFilePath" ID="getOpenFilePath"></a> <h2>getOpenFilePath</h2> <b>getOpenFilePath</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) - <p> Module function to get the path of a file for opening it. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -590,11 +596,11 @@ <a NAME="getOpenFilePathAndFilter" ID="getOpenFilePathAndFilter"></a> <h2>getOpenFilePathAndFilter</h2> <b>getOpenFilePathAndFilter</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) - <p> Module function to get the path of a file for opening it and the selected file name filter. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -640,10 +646,10 @@ <a NAME="getOpenFilePaths" ID="getOpenFilePaths"></a> <h2>getOpenFilePaths</h2> <b>getOpenFilePaths</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) - <p> Module function to get a list of paths of files for opening. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -685,10 +691,10 @@ <a NAME="getSaveFileName" ID="getSaveFileName"></a> <h2>getSaveFileName</h2> <b>getSaveFileName</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) - <p> Module function to get the name of a file for saving. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -730,11 +736,11 @@ <a NAME="getSaveFileNameAndFilter" ID="getSaveFileNameAndFilter"></a> <h2>getSaveFileNameAndFilter</h2> <b>getSaveFileNameAndFilter</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) - <p> Module function to get the name of a file for saving and the selected file name filter. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -780,10 +786,10 @@ <a NAME="getSaveFilePath" ID="getSaveFilePath"></a> <h2>getSaveFilePath</h2> <b>getSaveFilePath</b>(<i>parent=None, caption="", directory="", filterStr="", options=None</i>) - <p> Module function to get the path of a file for saving. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -825,11 +831,11 @@ <a NAME="getSaveFilePathAndFilter" ID="getSaveFilePathAndFilter"></a> <h2>getSaveFilePathAndFilter</h2> <b>getSaveFilePathAndFilter</b>(<i>parent=None, caption="", directory="", filterStr="", initialFilter="", options=None</i>) - <p> Module function to get the path of a file for saving and the selected file name filter. </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -871,4 +877,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>