Documentation/Source/eric6.Helpviewer.HelpWindow.html

changeset 6287
9a193ff6d24a
parent 6123
39cd368143db
child 6296
db9b3a419845
diff -r 2c8a751d6137 -r 9a193ff6d24a Documentation/Source/eric6.Helpviewer.HelpWindow.html
--- a/Documentation/Source/eric6.Helpviewer.HelpWindow.html	Sun May 13 12:55:08 2018 +0200
+++ b/Documentation/Source/eric6.Helpviewer.HelpWindow.html	Sun May 13 12:57:00 2018 +0200
@@ -546,6 +546,9 @@
 </tr><tr>
 <td><a href="#HelpWindow.shutdown">shutdown</a></td>
 <td>Public method to shut down the web browser.</td>
+</tr><tr>
+<td><a href="#HelpWindow.urlHandler">urlHandler</a></td>
+<td>Private slot used as desktop URL handler.</td>
 </tr>
 </table>
 <h3>Static Methods</h3>
@@ -1111,9 +1114,9 @@
 <p>
         Private slot to handle the selection of a link in the TOC window.
 </p><dl>
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to be shown (QUrl)
+URL to be shown
 </dd>
 </dl><a NAME="HelpWindow.__linksActivated" ID="HelpWindow.__linksActivated"></a>
 <h4>HelpWindow.__linksActivated</h4>
@@ -1867,6 +1870,16 @@
 <dd>
 flag indicating successful shutdown (boolean)
 </dd>
+</dl><a NAME="HelpWindow.urlHandler" ID="HelpWindow.urlHandler"></a>
+<h4>HelpWindow.urlHandler</h4>
+<b>urlHandler</b>(<i>url</i>)
+<p>
+        Private slot used as desktop URL handler.
+</p><dl>
+<dt><i>url</i> (QUrl)</dt>
+<dd>
+URL to be handled
+</dd>
 </dl><a NAME="HelpWindow.__getWebIcon" ID="HelpWindow.__getWebIcon"></a>
 <h4>HelpWindow.__getWebIcon (static)</h4>
 <b>__getWebIcon</b>(<i></i>)

eric ide

mercurial