eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html

changeset 8070
6758ba4670e1
parent 8039
13fed1ed06e8
child 8072
58491f4c99d6
equal deleted inserted replaced
8069:1176a936efa4 8070:6758ba4670e1
120 <tr> 120 <tr>
121 <td><a href="#MicroPythonWidget.__downloadFirmware">__downloadFirmware</a></td> 121 <td><a href="#MicroPythonWidget.__downloadFirmware">__downloadFirmware</a></td>
122 <td>Private slot to open the firmware download page.</td> 122 <td>Private slot to open the firmware download page.</td>
123 </tr> 123 </tr>
124 <tr> 124 <tr>
125 <td><a href="#MicroPythonWidget.__downloadFromUrl">__downloadFromUrl</a></td>
126 <td>Private method to open a web browser for the given URL.</td>
127 </tr>
128 <tr>
125 <td><a href="#MicroPythonWidget.__getDeviceTime">__getDeviceTime</a></td> 129 <td><a href="#MicroPythonWidget.__getDeviceTime">__getDeviceTime</a></td>
126 <td>Private method to get a string containing the date and time of the connected device.</td> 130 <td>Private method to get a string containing the date and time of the connected device.</td>
127 </tr> 131 </tr>
128 <tr> 132 <tr>
129 <td><a href="#MicroPythonWidget.__handlePreferencesChanged">__handlePreferencesChanged</a></td> 133 <td><a href="#MicroPythonWidget.__handlePreferencesChanged">__handlePreferencesChanged</a></td>
372 <b>__downloadFirmware</b>(<i></i>) 376 <b>__downloadFirmware</b>(<i></i>)
373 377
374 <p> 378 <p>
375 Private slot to open the firmware download page. 379 Private slot to open the firmware download page.
376 </p> 380 </p>
381 <a NAME="MicroPythonWidget.__downloadFromUrl" ID="MicroPythonWidget.__downloadFromUrl"></a>
382 <h4>MicroPythonWidget.__downloadFromUrl</h4>
383 <b>__downloadFromUrl</b>(<i>url</i>)
384
385 <p>
386 Private method to open a web browser for the given URL.
387 </p>
388 <dl>
389
390 <dt><i>url</i> (str)</dt>
391 <dd>
392 URL to be opened
393 </dd>
394 </dl>
377 <a NAME="MicroPythonWidget.__getDeviceTime" ID="MicroPythonWidget.__getDeviceTime"></a> 395 <a NAME="MicroPythonWidget.__getDeviceTime" ID="MicroPythonWidget.__getDeviceTime"></a>
378 <h4>MicroPythonWidget.__getDeviceTime</h4> 396 <h4>MicroPythonWidget.__getDeviceTime</h4>
379 <b>__getDeviceTime</b>(<i></i>) 397 <b>__getDeviceTime</b>(<i></i>)
380 398
381 <p> 399 <p>

eric ide

mercurial