Documentation/Source/eric6.UI.UserInterface.html

changeset 6123
39cd368143db
parent 6039
d52e90757805
child 6267
350655a6c85f
--- a/Documentation/Source/eric6.UI.UserInterface.html	Thu Feb 08 18:57:11 2018 +0100
+++ b/Documentation/Source/eric6.UI.UserInterface.html	Thu Feb 08 18:58:07 2018 +0100
@@ -1868,10 +1868,15 @@
 </dd>
 </dl><a NAME="UserInterface.__toolActionTriggered" ID="UserInterface.__toolActionTriggered"></a>
 <h4>UserInterface.__toolActionTriggered</h4>
-<b>__toolActionTriggered</b>(<i></i>)
+<b>__toolActionTriggered</b>(<i>act</i>)
 <p>
         Private slot called by external tools toolbar actions.
-</p><a NAME="UserInterface.__toolExecute" ID="UserInterface.__toolExecute"></a>
+</p><dl>
+<dt><i>act</i> (QAction)</dt>
+<dd>
+reference to the action that triggered the slot
+</dd>
+</dl><a NAME="UserInterface.__toolExecute" ID="UserInterface.__toolExecute"></a>
 <h4>UserInterface.__toolExecute</h4>
 <b>__toolExecute</b>(<i>act</i>)
 <p>
@@ -2009,11 +2014,16 @@
         Private slot called to cancel the version check.
 </p><a NAME="UserInterface.__versionsDownloadDone" ID="UserInterface.__versionsDownloadDone"></a>
 <h4>UserInterface.__versionsDownloadDone</h4>
-<b>__versionsDownloadDone</b>(<i></i>)
+<b>__versionsDownloadDone</b>(<i>reply</i>)
 <p>
         Private slot called, after the versions file has been downloaded
         from the internet.
-</p><a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a>
+</p><dl>
+<dt><i>reply</i> (QNetworkReply)</dt>
+<dd>
+reference to the network reply
+</dd>
+</dl><a NAME="UserInterface.__webBrowser" ID="UserInterface.__webBrowser"></a>
 <h4>UserInterface.__webBrowser</h4>
 <b>__webBrowser</b>(<i>home=""</i>)
 <p>

eric ide

mercurial