src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedEditDialog.html

branch
eric7
changeset 10436
f6881d10e995
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedEditDialog.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.Feeds.FeedEditDialog.html	Fri Dec 22 17:24:07 2023 +0100
@@ -90,17 +90,17 @@
 </p>
 <dl>
 
-<dt><i>urlString</i></dt>
+<dt><i>urlString</i> (str)</dt>
 <dd>
-feed URL (string)
+feed URL
 </dd>
-<dt><i>title</i></dt>
+<dt><i>title</i> (str)</dt>
 <dd>
-feed title (string)
+feed title
 </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="FeedEditDialog.__setOkButton" ID="FeedEditDialog.__setOkButton"></a>
@@ -121,7 +121,12 @@
 <dt>Return:</dt>
 <dd>
 tuple of two strings giving the feed URL and feed title
-            (string, string)
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+tuple of (str, str)
 </dd>
 </dl>
 <a NAME="FeedEditDialog.on_titleEdit_textChanged" ID="FeedEditDialog.on_titleEdit_textChanged"></a>
@@ -133,9 +138,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-new feed title (string)
+new feed title
 </dd>
 </dl>
 <a NAME="FeedEditDialog.on_urlEdit_textChanged" ID="FeedEditDialog.on_urlEdit_textChanged"></a>
@@ -147,9 +152,9 @@
 </p>
 <dl>
 
-<dt><i>txt</i></dt>
+<dt><i>txt</i> (str)</dt>
 <dd>
-new feed URL (string)
+new feed URL
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial