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

branch
eric7
changeset 9964
a298db96ba65
parent 9799
a79430a8811d
child 10070
9f5758c0fec1
equal deleted inserted replaced
9963:05b441099da7 9964:a298db96ba65
65 <tr> 65 <tr>
66 <td><a href="#MicroPythonPage.on_apShowPasswordButton_clicked">on_apShowPasswordButton_clicked</a></td> 66 <td><a href="#MicroPythonPage.on_apShowPasswordButton_clicked">on_apShowPasswordButton_clicked</a></td>
67 <td>Private slot to show or hide the WiFi Access Point password.</td> 67 <td>Private slot to show or hide the WiFi Access Point password.</td>
68 </tr> 68 </tr>
69 <tr> 69 <tr>
70 <td><a href="#MicroPythonPage.on_mpyCrossInstallButton_clicked">on_mpyCrossInstallButton_clicked</a></td>
71 <td>Private slot to install the 'mpy-cross' compiler.</td>
72 </tr>
73 <tr>
74 <td><a href="#MicroPythonPage.on_mpyCrossPicker_textChanged">on_mpyCrossPicker_textChanged</a></td>
75 <td>Private slot to handle a change of the selected 'mpy-cross' compiler.</td>
76 </tr>
77 <tr>
70 <td><a href="#MicroPythonPage.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td> 78 <td><a href="#MicroPythonPage.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td>
71 <td>Private slot to show or hide the WiFi client password.</td> 79 <td>Private slot to show or hide the WiFi client password.</td>
72 </tr> 80 </tr>
73 <tr> 81 <tr>
74 <td><a href="#MicroPythonPage.save">save</a></td> 82 <td><a href="#MicroPythonPage.save">save</a></td>
105 <dl> 113 <dl>
106 114
107 <dt><i>checked</i> (bool)</dt> 115 <dt><i>checked</i> (bool)</dt>
108 <dd> 116 <dd>
109 state of the button 117 state of the button
118 </dd>
119 </dl>
120 <a NAME="MicroPythonPage.on_mpyCrossInstallButton_clicked" ID="MicroPythonPage.on_mpyCrossInstallButton_clicked"></a>
121 <h4>MicroPythonPage.on_mpyCrossInstallButton_clicked</h4>
122 <b>on_mpyCrossInstallButton_clicked</b>(<i></i>)
123
124 <p>
125 Private slot to install the 'mpy-cross' compiler.
126 </p>
127 <a NAME="MicroPythonPage.on_mpyCrossPicker_textChanged" ID="MicroPythonPage.on_mpyCrossPicker_textChanged"></a>
128 <h4>MicroPythonPage.on_mpyCrossPicker_textChanged</h4>
129 <b>on_mpyCrossPicker_textChanged</b>(<i>mpycrossPath</i>)
130
131 <p>
132 Private slot to handle a change of the selected 'mpy-cross' compiler.
133 </p>
134 <dl>
135
136 <dt><i>mpycrossPath</i> (str)</dt>
137 <dd>
138 entered path of the 'mpy-cross' compiler
110 </dd> 139 </dd>
111 </dl> 140 </dl>
112 <a NAME="MicroPythonPage.on_showPasswordButton_clicked" ID="MicroPythonPage.on_showPasswordButton_clicked"></a> 141 <a NAME="MicroPythonPage.on_showPasswordButton_clicked" ID="MicroPythonPage.on_showPasswordButton_clicked"></a>
113 <h4>MicroPythonPage.on_showPasswordButton_clicked</h4> 142 <h4>MicroPythonPage.on_showPasswordButton_clicked</h4>
114 <b>on_showPasswordButton_clicked</b>(<i>checked</i>) 143 <b>on_showPasswordButton_clicked</b>(<i>checked</i>)

eric ide

mercurial