--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Thu Feb 04 14:59:13 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Thu Feb 04 15:00:22 2021 +0100 @@ -122,6 +122,10 @@ <td>Private slot to open the firmware download page.</td> </tr> <tr> +<td><a href="#MicroPythonWidget.__downloadFromUrl">__downloadFromUrl</a></td> +<td>Private method to open a web browser for the given URL.</td> +</tr> +<tr> <td><a href="#MicroPythonWidget.__getDeviceTime">__getDeviceTime</a></td> <td>Private method to get a string containing the date and time of the connected device.</td> </tr> @@ -374,6 +378,20 @@ <p> Private slot to open the firmware download page. </p> +<a NAME="MicroPythonWidget.__downloadFromUrl" ID="MicroPythonWidget.__downloadFromUrl"></a> +<h4>MicroPythonWidget.__downloadFromUrl</h4> +<b>__downloadFromUrl</b>(<i>url</i>) + +<p> + Private method to open a web browser for the given URL. +</p> +<dl> + +<dt><i>url</i> (str)</dt> +<dd> +URL to be opened +</dd> +</dl> <a NAME="MicroPythonWidget.__getDeviceTime" ID="MicroPythonWidget.__getDeviceTime"></a> <h4>MicroPythonWidget.__getDeviceTime</h4> <b>__getDeviceTime</b>(<i></i>)