src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html

branch
eric7
changeset 10428
a071d4065202
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html	Wed Dec 20 11:06:38 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcNetworkEditDialog.html	Wed Dec 20 14:58:58 2023 +0100
@@ -130,18 +130,17 @@
 </p>
 <dl>
 
-<dt><i>manager</i></dt>
+<dt><i>manager</i> (IrcNetworkManager)</dt>
 <dd>
 reference to the IRC network manager object
-            (IrcNetworkManager)
 </dd>
-<dt><i>networkName</i></dt>
+<dt><i>networkName</i> (str)</dt>
 <dd>
-name of the network to work on (string)
+name of the network to work on
 </dd>
-<dt><i>parent</i></dt>
+<dt><i>parent</i> (QWidget)</dt>
 <dd>
-reference to the parent widget (QWidget)
+reference to the parent widget
 </dd>
 </dl>
 <a NAME="IrcNetworkEditDialog.__editChannel" ID="IrcNetworkEditDialog.__editChannel"></a>
@@ -153,9 +152,9 @@
 </p>
 <dl>
 
-<dt><i>itm</i></dt>
+<dt><i>itm</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the item to be edited (QTreeWidgetItem)
+reference to the item to be edited
 </dd>
 </dl>
 <a NAME="IrcNetworkEditDialog.__refreshIdentityCombo" ID="IrcNetworkEditDialog.__refreshIdentityCombo"></a>
@@ -167,9 +166,9 @@
 </p>
 <dl>
 
-<dt><i>currentIdentity</i></dt>
+<dt><i>currentIdentity</i> (str)</dt>
 <dd>
-name of the identity to select (string)
+name of the identity to select
 </dd>
 </dl>
 <a NAME="IrcNetworkEditDialog.__updateOkButton" ID="IrcNetworkEditDialog.__updateOkButton"></a>
@@ -189,7 +188,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-edited network object (IrcNetwork)
+edited network object
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+IrcNetwork
 </dd>
 </dl>
 <a NAME="IrcNetworkEditDialog.on_addChannelButton_clicked" ID="IrcNetworkEditDialog.on_addChannelButton_clicked"></a>
@@ -208,13 +213,13 @@
 </p>
 <dl>
 
-<dt><i>item</i></dt>
+<dt><i>item</i> (QTreeWidgetItem)</dt>
 <dd>
-reference to the activated item (QTreeWidgetItem)
+reference to the activated item
 </dd>
-<dt><i>column</i></dt>
+<dt><i>column</i> (int)</dt>
 <dd>
-column the activation occurred in (integer)
+column the activation occurred in
 </dd>
 </dl>
 <a NAME="IrcNetworkEditDialog.on_channelList_itemSelectionChanged" ID="IrcNetworkEditDialog.on_channelList_itemSelectionChanged"></a>
@@ -275,9 +280,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text entered into the network name edit (string)
+text entered into the network name edit
 </dd>
 </dl>
 <a NAME="IrcNetworkEditDialog.on_serverEdit_textChanged" ID="IrcNetworkEditDialog.on_serverEdit_textChanged"></a>
@@ -289,9 +294,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-text entered into the server name edit (string)
+text entered into the server name edit
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial