diff -r 3733e2b23cf7 -r a071d4065202 src/eric7/Documentation/Source/eric7.Network.IRC.IrcChannelEditDialog.html --- a/src/eric7/Documentation/Source/eric7.Network.IRC.IrcChannelEditDialog.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Network.IRC.IrcChannelEditDialog.html Wed Dec 20 14:58:58 2023 +0100 @@ -82,27 +82,27 @@ </p> <dl> -<dt><i>name</i></dt> +<dt><i>name</i> (str)</dt> <dd> -channel name (string) +channel name </dd> -<dt><i>key</i></dt> +<dt><i>key</i> (str)</dt> <dd> -channel key (string) +channel key </dd> -<dt><i>autoJoin</i></dt> +<dt><i>autoJoin</i> (bool)</dt> <dd> flag indicating, that the channel should - be joined automatically (boolean) + be joined automatically </dd> -<dt><i>edit</i></dt> +<dt><i>edit</i> (bool)</dt> <dd> flag indicating an edit of an existing - channel (boolean) + channel </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="IrcChannelEditDialog.getData" ID="IrcChannelEditDialog.getData"></a> @@ -117,7 +117,12 @@ <dd> tuple giving the channel name, channel key and a flag indicating, that the channel should be joined automatically - (string, string, boolean) +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +tuple of (str, str, bool) </dd> </dl> <a NAME="IrcChannelEditDialog.on_nameEdit_textChanged" ID="IrcChannelEditDialog.on_nameEdit_textChanged"></a> @@ -129,9 +134,9 @@ </p> <dl> -<dt><i>txt</i></dt> +<dt><i>txt</i> (str)</dt> <dd> -text of the edit (string) +text of the edit </dd> </dl> <div align="right"><a href="#top">Up</a></div>