|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.MicroPythonPage</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Preferences.ConfigurationPages.MicroPythonPage</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing the MicroPython configuration page. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
|
24 <td><a href="#MicroPythonPage">MicroPythonPage</a></td> |
|
25 <td>Class implementing the MicroPython configuration page.</td> |
|
26 </tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 |
|
32 <tr> |
|
33 <td><a href="#create">create</a></td> |
|
34 <td>Module function to create the configuration page.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <hr /> |
|
38 <hr /> |
|
39 <a NAME="MicroPythonPage" ID="MicroPythonPage"></a> |
|
40 <h2>MicroPythonPage</h2> |
|
41 |
|
42 <p> |
|
43 Class implementing the MicroPython configuration page. |
|
44 </p> |
|
45 <h3>Derived from</h3> |
|
46 ConfigurationPageBase, Ui_MicroPythonPage |
|
47 <h3>Class Attributes</h3> |
|
48 |
|
49 <table> |
|
50 <tr><td>None</td></tr> |
|
51 </table> |
|
52 <h3>Class Methods</h3> |
|
53 |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 |
|
59 <table> |
|
60 |
|
61 <tr> |
|
62 <td><a href="#MicroPythonPage.__init__">MicroPythonPage</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#MicroPythonPage.save">save</a></td> |
|
67 <td>Public slot to save the MicroPython configuration.</td> |
|
68 </tr> |
|
69 </table> |
|
70 <h3>Static Methods</h3> |
|
71 |
|
72 <table> |
|
73 <tr><td>None</td></tr> |
|
74 </table> |
|
75 |
|
76 <a NAME="MicroPythonPage.__init__" ID="MicroPythonPage.__init__"></a> |
|
77 <h4>MicroPythonPage (Constructor)</h4> |
|
78 <b>MicroPythonPage</b>(<i>parent=None</i>) |
|
79 |
|
80 <p> |
|
81 Constructor |
|
82 </p> |
|
83 <dl> |
|
84 |
|
85 <dt><i>parent</i> (QWidget)</dt> |
|
86 <dd> |
|
87 reference to the parent widget |
|
88 </dd> |
|
89 </dl> |
|
90 <a NAME="MicroPythonPage.save" ID="MicroPythonPage.save"></a> |
|
91 <h4>MicroPythonPage.save</h4> |
|
92 <b>save</b>(<i></i>) |
|
93 |
|
94 <p> |
|
95 Public slot to save the MicroPython configuration. |
|
96 </p> |
|
97 <div align="right"><a href="#top">Up</a></div> |
|
98 <hr /> |
|
99 <hr /> |
|
100 <a NAME="create" ID="create"></a> |
|
101 <h2>create</h2> |
|
102 <b>create</b>(<i>dlg</i>) |
|
103 |
|
104 <p> |
|
105 Module function to create the configuration page. |
|
106 </p> |
|
107 <dl> |
|
108 |
|
109 <dt><i>dlg</i></dt> |
|
110 <dd> |
|
111 reference to the configuration dialog |
|
112 </dd> |
|
113 </dl> |
|
114 <dl> |
|
115 <dt>Return:</dt> |
|
116 <dd> |
|
117 reference to the instantiated page (ConfigurationPageBase) |
|
118 </dd> |
|
119 </dl> |
|
120 <div align="right"><a href="#top">Up</a></div> |
|
121 <hr /> |
|
122 </body></html> |