src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html

branch
eric7
changeset 10479
856476537696
parent 10478
de9106c55c3d
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Preferences.ConfigurationPages.MicroPythonPage</h1> 9 <h1>eric7.Preferences.ConfigurationPages.MicroPythonPage</h1>
10
11 <p> 10 <p>
12 Module implementing the MicroPython configuration page. 11 Module implementing the MicroPython configuration page.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>QChart</td></tr> 16 <tr><td>QChart</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#MicroPythonPage">MicroPythonPage</a></td> 22 <td><a href="#MicroPythonPage">MicroPythonPage</a></td>
25 <td>Class implementing the MicroPython configuration page.</td> 23 <td>Class implementing the MicroPython configuration page.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31
32 <tr> 29 <tr>
33 <td><a href="#create">create</a></td> 30 <td><a href="#create">create</a></td>
34 <td>Module function to create the configuration page.</td> 31 <td>Module function to create the configuration page.</td>
35 </tr> 32 </tr>
36 </table> 33 </table>
34
37 <hr /> 35 <hr />
38 <hr /> 36 <hr />
39 <a NAME="MicroPythonPage" ID="MicroPythonPage"></a> 37 <a NAME="MicroPythonPage" ID="MicroPythonPage"></a>
40 <h2>MicroPythonPage</h2> 38 <h2>MicroPythonPage</h2>
41
42 <p> 39 <p>
43 Class implementing the MicroPython configuration page. 40 Class implementing the MicroPython configuration page.
44 </p> 41 </p>
42
45 <h3>Derived from</h3> 43 <h3>Derived from</h3>
46 ConfigurationPageBase, Ui_MicroPythonPage 44 ConfigurationPageBase, Ui_MicroPythonPage
47 <h3>Class Attributes</h3> 45 <h3>Class Attributes</h3>
48
49 <table> 46 <table>
50 <tr><td>None</td></tr> 47 <tr><td>None</td></tr>
51 </table> 48 </table>
49
52 <h3>Class Methods</h3> 50 <h3>Class Methods</h3>
53
54 <table> 51 <table>
55 <tr><td>None</td></tr> 52 <tr><td>None</td></tr>
56 </table> 53 </table>
54
57 <h3>Methods</h3> 55 <h3>Methods</h3>
58
59 <table> 56 <table>
60
61 <tr> 57 <tr>
62 <td><a href="#MicroPythonPage.__init__">MicroPythonPage</a></td> 58 <td><a href="#MicroPythonPage.__init__">MicroPythonPage</a></td>
63 <td>Constructor</td> 59 <td>Constructor</td>
64 </tr> 60 </tr>
65 <tr> 61 <tr>
81 <tr> 77 <tr>
82 <td><a href="#MicroPythonPage.save">save</a></td> 78 <td><a href="#MicroPythonPage.save">save</a></td>
83 <td>Public slot to save the MicroPython configuration.</td> 79 <td>Public slot to save the MicroPython configuration.</td>
84 </tr> 80 </tr>
85 </table> 81 </table>
82
86 <h3>Static Methods</h3> 83 <h3>Static Methods</h3>
87
88 <table> 84 <table>
89 <tr><td>None</td></tr> 85 <tr><td>None</td></tr>
90 </table> 86 </table>
91 87
88
92 <a NAME="MicroPythonPage.__init__" ID="MicroPythonPage.__init__"></a> 89 <a NAME="MicroPythonPage.__init__" ID="MicroPythonPage.__init__"></a>
93 <h4>MicroPythonPage (Constructor)</h4> 90 <h4>MicroPythonPage (Constructor)</h4>
94 <b>MicroPythonPage</b>(<i>parent=None</i>) 91 <b>MicroPythonPage</b>(<i>parent=None</i>)
95
96 <p> 92 <p>
97 Constructor 93 Constructor
98 </p> 94 </p>
95
99 <dl> 96 <dl>
100 97
101 <dt><i>parent</i> (QWidget)</dt> 98 <dt><i>parent</i> (QWidget)</dt>
102 <dd> 99 <dd>
103 reference to the parent widget 100 reference to the parent widget
104 </dd> 101 </dd>
105 </dl> 102 </dl>
106 <a NAME="MicroPythonPage.on_apShowPasswordButton_clicked" ID="MicroPythonPage.on_apShowPasswordButton_clicked"></a> 103 <a NAME="MicroPythonPage.on_apShowPasswordButton_clicked" ID="MicroPythonPage.on_apShowPasswordButton_clicked"></a>
107 <h4>MicroPythonPage.on_apShowPasswordButton_clicked</h4> 104 <h4>MicroPythonPage.on_apShowPasswordButton_clicked</h4>
108 <b>on_apShowPasswordButton_clicked</b>(<i>checked</i>) 105 <b>on_apShowPasswordButton_clicked</b>(<i>checked</i>)
109
110 <p> 106 <p>
111 Private slot to show or hide the WiFi Access Point password. 107 Private slot to show or hide the WiFi Access Point password.
112 </p> 108 </p>
109
113 <dl> 110 <dl>
114 111
115 <dt><i>checked</i> (bool)</dt> 112 <dt><i>checked</i> (bool)</dt>
116 <dd> 113 <dd>
117 state of the button 114 state of the button
118 </dd> 115 </dd>
119 </dl> 116 </dl>
120 <a NAME="MicroPythonPage.on_mpyCrossInstallButton_clicked" ID="MicroPythonPage.on_mpyCrossInstallButton_clicked"></a> 117 <a NAME="MicroPythonPage.on_mpyCrossInstallButton_clicked" ID="MicroPythonPage.on_mpyCrossInstallButton_clicked"></a>
121 <h4>MicroPythonPage.on_mpyCrossInstallButton_clicked</h4> 118 <h4>MicroPythonPage.on_mpyCrossInstallButton_clicked</h4>
122 <b>on_mpyCrossInstallButton_clicked</b>(<i></i>) 119 <b>on_mpyCrossInstallButton_clicked</b>(<i></i>)
123
124 <p> 120 <p>
125 Private slot to install the 'mpy-cross' compiler. 121 Private slot to install the 'mpy-cross' compiler.
126 </p> 122 </p>
123
127 <a NAME="MicroPythonPage.on_mpyCrossPicker_textChanged" ID="MicroPythonPage.on_mpyCrossPicker_textChanged"></a> 124 <a NAME="MicroPythonPage.on_mpyCrossPicker_textChanged" ID="MicroPythonPage.on_mpyCrossPicker_textChanged"></a>
128 <h4>MicroPythonPage.on_mpyCrossPicker_textChanged</h4> 125 <h4>MicroPythonPage.on_mpyCrossPicker_textChanged</h4>
129 <b>on_mpyCrossPicker_textChanged</b>(<i>mpycrossPath</i>) 126 <b>on_mpyCrossPicker_textChanged</b>(<i>mpycrossPath</i>)
130
131 <p> 127 <p>
132 Private slot to handle a change of the selected 'mpy-cross' compiler. 128 Private slot to handle a change of the selected 'mpy-cross' compiler.
133 </p> 129 </p>
130
134 <dl> 131 <dl>
135 132
136 <dt><i>mpycrossPath</i> (str)</dt> 133 <dt><i>mpycrossPath</i> (str)</dt>
137 <dd> 134 <dd>
138 entered path of the 'mpy-cross' compiler 135 entered path of the 'mpy-cross' compiler
139 </dd> 136 </dd>
140 </dl> 137 </dl>
141 <a NAME="MicroPythonPage.on_showPasswordButton_clicked" ID="MicroPythonPage.on_showPasswordButton_clicked"></a> 138 <a NAME="MicroPythonPage.on_showPasswordButton_clicked" ID="MicroPythonPage.on_showPasswordButton_clicked"></a>
142 <h4>MicroPythonPage.on_showPasswordButton_clicked</h4> 139 <h4>MicroPythonPage.on_showPasswordButton_clicked</h4>
143 <b>on_showPasswordButton_clicked</b>(<i>checked</i>) 140 <b>on_showPasswordButton_clicked</b>(<i>checked</i>)
144
145 <p> 141 <p>
146 Private slot to show or hide the WiFi client password. 142 Private slot to show or hide the WiFi client password.
147 </p> 143 </p>
144
148 <dl> 145 <dl>
149 146
150 <dt><i>checked</i> (bool)</dt> 147 <dt><i>checked</i> (bool)</dt>
151 <dd> 148 <dd>
152 state of the button 149 state of the button
153 </dd> 150 </dd>
154 </dl> 151 </dl>
155 <a NAME="MicroPythonPage.save" ID="MicroPythonPage.save"></a> 152 <a NAME="MicroPythonPage.save" ID="MicroPythonPage.save"></a>
156 <h4>MicroPythonPage.save</h4> 153 <h4>MicroPythonPage.save</h4>
157 <b>save</b>(<i></i>) 154 <b>save</b>(<i></i>)
158
159 <p> 155 <p>
160 Public slot to save the MicroPython configuration. 156 Public slot to save the MicroPython configuration.
161 </p> 157 </p>
158
162 <div align="right"><a href="#top">Up</a></div> 159 <div align="right"><a href="#top">Up</a></div>
163 <hr /> 160 <hr />
164 <hr /> 161 <hr />
165 <a NAME="create" ID="create"></a> 162 <a NAME="create" ID="create"></a>
166 <h2>create</h2> 163 <h2>create</h2>
167 <b>create</b>(<i>dlg</i>) 164 <b>create</b>(<i>dlg</i>)
168
169 <p> 165 <p>
170 Module function to create the configuration page. 166 Module function to create the configuration page.
171 </p> 167 </p>
168
172 <dl> 169 <dl>
173 170
174 <dt><i>dlg</i> (ConfigurationDialog)</dt> 171 <dt><i>dlg</i> (ConfigurationDialog)</dt>
175 <dd> 172 <dd>
176 reference to the configuration dialog 173 reference to the configuration dialog

eric ide

mercurial