Documentation/Source/eric6.UI.UserInterface.html

changeset 6287
9a193ff6d24a
parent 6267
350655a6c85f
child 6296
db9b3a419845
diff -r 2c8a751d6137 -r 9a193ff6d24a Documentation/Source/eric6.UI.UserInterface.html
--- a/Documentation/Source/eric6.UI.UserInterface.html	Sun May 13 12:55:08 2018 +0200
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Sun May 13 12:57:00 2018 +0200
@@ -756,11 +756,14 @@
 <td><a href="#UserInterface.getViewProfile">getViewProfile</a></td>
 <td>Public method to get the current view profile.</td>
 </tr><tr>
+<td><a href="#UserInterface.handleUrl">handleUrl</a></td>
+<td>Public slot to handle opening a URL.</td>
+</tr><tr>
 <td><a href="#UserInterface.isOnline">isOnline</a></td>
 <td>Public method to get the online state.</td>
 </tr><tr>
 <td><a href="#UserInterface.launchHelpViewer">launchHelpViewer</a></td>
-<td>Public slot to start the help viewer.</td>
+<td>Public slot to start the help viewer/web browser.</td>
 </tr><tr>
 <td><a href="#UserInterface.notificationsEnabled">notificationsEnabled</a></td>
 <td>Public method to check, if notifications are enabled.</td>
@@ -2379,6 +2382,16 @@
 <dd>
 the name of the current view profile (string)
 </dd>
+</dl><a NAME="UserInterface.handleUrl" ID="UserInterface.handleUrl"></a>
+<h4>UserInterface.handleUrl</h4>
+<b>handleUrl</b>(<i>url</i>)
+<p>
+        Public slot to handle opening a URL.
+</p><dl>
+<dt><i>url</i> (QUrl)</dt>
+<dd>
+URL to be shown
+</dd>
 </dl><a NAME="UserInterface.isOnline" ID="UserInterface.isOnline"></a>
 <h4>UserInterface.isOnline</h4>
 <b>isOnline</b>(<i></i>)
@@ -2398,18 +2411,17 @@
 <h4>UserInterface.launchHelpViewer</h4>
 <b>launchHelpViewer</b>(<i>home, searchWord=None, useSingle=False</i>)
 <p>
-        Public slot to start the help viewer.
+        Public slot to start the help viewer/web browser.
 </p><dl>
-<dt><i>home</i></dt>
+<dt><i>home</i> (str or QUrl)</dt>
 <dd>
-filename of file to be shown (string)
-</dd><dt><i>searchWord=</i></dt>
+filename of file to be shown or URL to be opened
+</dd><dt><i>searchWord=</i> (str)</dt>
 <dd>
-word to search for (string)
-</dd><dt><i>useSingle=</i></dt>
+word to search for
+</dd><dt><i>useSingle=</i> (bool)</dt>
 <dd>
 flag indicating to use a single browser window
-            (boolean)
 </dd>
 </dl><a NAME="UserInterface.notificationsEnabled" ID="UserInterface.notificationsEnabled"></a>
 <h4>UserInterface.notificationsEnabled</h4>

eric ide

mercurial