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

changeset 8070
6758ba4670e1
parent 8039
13fed1ed06e8
child 8072
58491f4c99d6
--- 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>)

eric ide

mercurial