Documentation/Source/eric6.E5Network.E5NetworkMonitor.html

changeset 6123
39cd368143db
parent 3673
e26d7d0c1088
--- a/Documentation/Source/eric6.E5Network.E5NetworkMonitor.html	Thu Feb 08 18:57:11 2018 +0100
+++ b/Documentation/Source/eric6.E5Network.E5NetworkMonitor.html	Thu Feb 08 18:58:07 2018 +0100
@@ -139,13 +139,16 @@
 </dd>
 </dl><a NAME="E5NetworkMonitor.__showHeaderDetails" ID="E5NetworkMonitor.__showHeaderDetails"></a>
 <h4>E5NetworkMonitor.__showHeaderDetails</h4>
-<b>__showHeaderDetails</b>(<i>index</i>)
+<b>__showHeaderDetails</b>(<i>index, headerList</i>)
 <p>
         Private slot to show a dialog with the header details.
 </p><dl>
-<dt><i>index</i></dt>
+<dt><i>index</i> (QModelIndex)</dt>
 <dd>
-index of the entry to show (QModelIndex)
+index of the entry to show
+</dd><dt><i>headerList</i> (QTableView)</dt>
+<dd>
+list requesting the header details
 </dd>
 </dl><a NAME="E5NetworkMonitor.closeEvent" ID="E5NetworkMonitor.closeEvent"></a>
 <h4>E5NetworkMonitor.closeEvent</h4>
@@ -265,10 +268,15 @@
 </dd>
 </dl><a NAME="E5RequestModel.__addReply" ID="E5RequestModel.__addReply"></a>
 <h4>E5RequestModel.__addReply</h4>
-<b>__addReply</b>(<i></i>)
+<b>__addReply</b>(<i>reply</i>)
 <p>
         Private slot to add the reply data to the model.
-</p><a NAME="E5RequestModel.__addRequest" ID="E5RequestModel.__addRequest"></a>
+</p><dl>
+<dt><i>reply</i> (QNetworkReply)</dt>
+<dd>
+reference to the network reply object
+</dd>
+</dl><a NAME="E5RequestModel.__addRequest" ID="E5RequestModel.__addRequest"></a>
 <h4>E5RequestModel.__addRequest</h4>
 <b>__addRequest</b>(<i>req</i>)
 <p>

eric ide

mercurial