Tue, 10 Dec 2024 15:48:59 +0100
Updated copyright for 2025.
<!DOCTYPE html> <html><head> <title>Plugin_Project_Kivy.ProjectKivy.CompleterKivyConfigWidget</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>Plugin_Project_Kivy.ProjectKivy.CompleterKivyConfigWidget</h1> <p> Module implementing the configuration widget for the Kivy typing completer. </p> <h3>Global Attributes</h3> <table> <tr><td>None</td></tr> </table> <h3>Classes</h3> <table> <tr> <td><a href="#CompleterKivyConfigWidget">CompleterKivyConfigWidget</a></td> <td>Class documentation goes here.</td> </tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> <hr /> <a NAME="CompleterKivyConfigWidget" ID="CompleterKivyConfigWidget"></a> <h2>CompleterKivyConfigWidget</h2> <p> Class documentation goes here. </p> <h3>Derived from</h3> QWidget, Ui_CompleterKivyConfigWidget <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="#CompleterKivyConfigWidget.__init__">CompleterKivyConfigWidget</a></td> <td>Constructor</td> </tr> <tr> <td><a href="#CompleterKivyConfigWidget.save">save</a></td> <td>Public method to save the Kivy Typing Completer configuration.</td> </tr> </table> <h3>Static Methods</h3> <table> <tr><td>None</td></tr> </table> <a NAME="CompleterKivyConfigWidget.__init__" ID="CompleterKivyConfigWidget.__init__"></a> <h4>CompleterKivyConfigWidget (Constructor)</h4> <b>CompleterKivyConfigWidget</b>(<i>plugin, parent=None</i>) <p> Constructor </p> <dl> <dt><i>plugin</i> (ProjectKivyPlugin)</dt> <dd> reference to the plugin object </dd> <dt><i>parent</i> (QWidget (optional))</dt> <dd> reference to the parent widget (defaults to None) </dd> </dl> <a NAME="CompleterKivyConfigWidget.save" ID="CompleterKivyConfigWidget.save"></a> <h4>CompleterKivyConfigWidget.save</h4> <b>save</b>(<i></i>) <p> Public method to save the Kivy Typing Completer configuration. </p> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html>