diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.EricWidgets.EricCompleters.html --- a/src/eric7/Documentation/Source/eric7.EricWidgets.EricCompleters.html Thu Jan 04 17:16:15 2024 +0100 +++ b/src/eric7/Documentation/Source/eric7.EricWidgets.EricCompleters.html Thu Jan 04 18:02:25 2024 +0100 @@ -7,19 +7,17 @@ <body> <a NAME="top" ID="top"></a> <h1>eric7.EricWidgets.EricCompleters</h1> - <p> Module implementing various kinds of completers. </p> + <h3>Global Attributes</h3> - <table> <tr><td>None</td></tr> </table> + <h3>Classes</h3> - <table> - <tr> <td><a href="#EricDirCompleter">EricDirCompleter</a></td> <td>Class implementing a completer for directory names.</td> @@ -33,35 +31,34 @@ <td>Class implementing a completer for string lists.</td> </tr> </table> + <h3>Functions</h3> - <table> <tr><td>None</td></tr> </table> + <hr /> <hr /> <a NAME="EricDirCompleter" ID="EricDirCompleter"></a> <h2>EricDirCompleter</h2> - <p> Class implementing a completer for directory names. </p> + <h3>Derived from</h3> QCompleter <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="#EricDirCompleter.__init__">EricDirCompleter</a></td> <td>Constructor</td> @@ -75,19 +72,20 @@ <td>Public method to set the root path of the model.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricDirCompleter.__init__" ID="EricDirCompleter.__init__"></a> <h4>EricDirCompleter (Constructor)</h4> <b>EricDirCompleter</b>(<i>parent=None, completionMode=QCompleter.CompletionMode.PopupCompletion, showHidden=False, </i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -107,10 +105,10 @@ <a NAME="EricDirCompleter.rootPath" ID="EricDirCompleter.rootPath"></a> <h4>EricDirCompleter.rootPath</h4> <b>rootPath</b>(<i></i>) - <p> Public method to get the root path of the model. </p> + <dl> <dt>Return:</dt> <dd> @@ -126,10 +124,10 @@ <a NAME="EricDirCompleter.setRootPath" ID="EricDirCompleter.setRootPath"></a> <h4>EricDirCompleter.setRootPath</h4> <b>setRootPath</b>(<i>path</i>) - <p> Public method to set the root path of the model. </p> + <dl> <dt><i>path</i> (str)</dt> @@ -142,26 +140,24 @@ <hr /> <a NAME="EricFileCompleter" ID="EricFileCompleter"></a> <h2>EricFileCompleter</h2> - <p> Class implementing a completer for file names. </p> + <h3>Derived from</h3> QCompleter <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="#EricFileCompleter.__init__">EricFileCompleter</a></td> <td>Constructor</td> @@ -175,19 +171,20 @@ <td>Public method to set the root path of the model.</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricFileCompleter.__init__" ID="EricFileCompleter.__init__"></a> <h4>EricFileCompleter (Constructor)</h4> <b>EricFileCompleter</b>(<i>parent=None, completionMode=QCompleter.CompletionMode.PopupCompletion, showHidden=False, </i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -207,10 +204,10 @@ <a NAME="EricFileCompleter.rootPath" ID="EricFileCompleter.rootPath"></a> <h4>EricFileCompleter.rootPath</h4> <b>rootPath</b>(<i></i>) - <p> Public method to get the root path of the model. </p> + <dl> <dt>Return:</dt> <dd> @@ -226,10 +223,10 @@ <a NAME="EricFileCompleter.setRootPath" ID="EricFileCompleter.setRootPath"></a> <h4>EricFileCompleter.setRootPath</h4> <b>setRootPath</b>(<i>path</i>) - <p> Public method to set the root path of the model. </p> + <dl> <dt><i>path</i> (str)</dt> @@ -242,44 +239,43 @@ <hr /> <a NAME="EricStringListCompleter" ID="EricStringListCompleter"></a> <h2>EricStringListCompleter</h2> - <p> Class implementing a completer for string lists. </p> + <h3>Derived from</h3> QCompleter <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="#EricStringListCompleter.__init__">EricStringListCompleter</a></td> <td>Constructor</td> </tr> </table> + <h3>Static Methods</h3> - <table> <tr><td>None</td></tr> </table> + <a NAME="EricStringListCompleter.__init__" ID="EricStringListCompleter.__init__"></a> <h4>EricStringListCompleter (Constructor)</h4> <b>EricStringListCompleter</b>(<i>parent=None, strings=None, completionMode=QCompleter.CompletionMode.PopupCompletion, </i>) - <p> Constructor </p> + <dl> <dt><i>parent</i> (QWidget)</dt> @@ -298,4 +294,4 @@ </dl> <div align="right"><a href="#top">Up</a></div> <hr /> -</body></html> \ No newline at end of file +</body></html>