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

branch
eric7
changeset 9964
a298db96ba65
parent 9799
a79430a8811d
child 10070
9f5758c0fec1
diff -r 05b441099da7 -r a298db96ba65 src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html
--- a/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html	Mon Apr 03 10:51:10 2023 +0200
+++ b/src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.MicroPythonPage.html	Mon Apr 03 11:36:16 2023 +0200
@@ -67,6 +67,14 @@
 <td>Private slot to show or hide the WiFi Access Point password.</td>
 </tr>
 <tr>
+<td><a href="#MicroPythonPage.on_mpyCrossInstallButton_clicked">on_mpyCrossInstallButton_clicked</a></td>
+<td>Private slot to install the 'mpy-cross' compiler.</td>
+</tr>
+<tr>
+<td><a href="#MicroPythonPage.on_mpyCrossPicker_textChanged">on_mpyCrossPicker_textChanged</a></td>
+<td>Private slot to handle a change of the selected 'mpy-cross' compiler.</td>
+</tr>
+<tr>
 <td><a href="#MicroPythonPage.on_showPasswordButton_clicked">on_showPasswordButton_clicked</a></td>
 <td>Private slot to show or hide the WiFi client password.</td>
 </tr>
@@ -109,6 +117,27 @@
 state of the button
 </dd>
 </dl>
+<a NAME="MicroPythonPage.on_mpyCrossInstallButton_clicked" ID="MicroPythonPage.on_mpyCrossInstallButton_clicked"></a>
+<h4>MicroPythonPage.on_mpyCrossInstallButton_clicked</h4>
+<b>on_mpyCrossInstallButton_clicked</b>(<i></i>)
+
+<p>
+        Private slot to install the 'mpy-cross' compiler.
+</p>
+<a NAME="MicroPythonPage.on_mpyCrossPicker_textChanged" ID="MicroPythonPage.on_mpyCrossPicker_textChanged"></a>
+<h4>MicroPythonPage.on_mpyCrossPicker_textChanged</h4>
+<b>on_mpyCrossPicker_textChanged</b>(<i>mpycrossPath</i>)
+
+<p>
+        Private slot to handle a change of the selected 'mpy-cross' compiler.
+</p>
+<dl>
+
+<dt><i>mpycrossPath</i> (str)</dt>
+<dd>
+entered path of the 'mpy-cross' compiler
+</dd>
+</dl>
 <a NAME="MicroPythonPage.on_showPasswordButton_clicked" ID="MicroPythonPage.on_showPasswordButton_clicked"></a>
 <h4>MicroPythonPage.on_showPasswordButton_clicked</h4>
 <b>on_showPasswordButton_clicked</b>(<i>checked</i>)

eric ide

mercurial