126 <tr> |
126 <tr> |
127 <td><a href="#MicroPythonWidget.__handlePreferencesChanged">__handlePreferencesChanged</a></td> |
127 <td><a href="#MicroPythonWidget.__handlePreferencesChanged">__handlePreferencesChanged</a></td> |
128 <td>Private slot to handle a change in preferences.</td> |
128 <td>Private slot to handle a change in preferences.</td> |
129 </tr> |
129 </tr> |
130 <tr> |
130 <tr> |
|
131 <td><a href="#MicroPythonWidget.__installPackage">__installPackage</a></td> |
|
132 <td>Private slot to install packages using the given method.</td> |
|
133 </tr> |
|
134 <tr> |
131 <td><a href="#MicroPythonWidget.__manageIgnored">__manageIgnored</a></td> |
135 <td><a href="#MicroPythonWidget.__manageIgnored">__manageIgnored</a></td> |
132 <td>Private slot to manage the list of ignored serial devices.</td> |
136 <td>Private slot to manage the list of ignored serial devices.</td> |
133 </tr> |
137 </tr> |
134 <tr> |
138 <tr> |
135 <td><a href="#MicroPythonWidget.__manageUnknownDevices">__manageUnknownDevices</a></td> |
139 <td><a href="#MicroPythonWidget.__manageUnknownDevices">__manageUnknownDevices</a></td> |
469 <b>__handlePreferencesChanged</b>(<i></i>) |
473 <b>__handlePreferencesChanged</b>(<i></i>) |
470 |
474 |
471 <p> |
475 <p> |
472 Private slot to handle a change in preferences. |
476 Private slot to handle a change in preferences. |
473 </p> |
477 </p> |
|
478 <a NAME="MicroPythonWidget.__installPackage" ID="MicroPythonWidget.__installPackage"></a> |
|
479 <h4>MicroPythonWidget.__installPackage</h4> |
|
480 <b>__installPackage</b>(<i>method</i>) |
|
481 |
|
482 <p> |
|
483 Private slot to install packages using the given method. |
|
484 </p> |
|
485 <dl> |
|
486 |
|
487 <dt><i>method</i> (str)</dt> |
|
488 <dd> |
|
489 package management method to be used (one of 'upip' or 'mip') |
|
490 </dd> |
|
491 </dl> |
474 <a NAME="MicroPythonWidget.__manageIgnored" ID="MicroPythonWidget.__manageIgnored"></a> |
492 <a NAME="MicroPythonWidget.__manageIgnored" ID="MicroPythonWidget.__manageIgnored"></a> |
475 <h4>MicroPythonWidget.__manageIgnored</h4> |
493 <h4>MicroPythonWidget.__manageIgnored</h4> |
476 <b>__manageIgnored</b>(<i></i>) |
494 <b>__manageIgnored</b>(<i></i>) |
477 |
495 |
478 <p> |
496 <p> |