src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html

branch
eric7
changeset 10436
f6881d10e995
parent 10259
b51dfacef37f
child 10478
de9106c55c3d
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html	Fri Dec 22 13:57:47 2023 +0100
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserPage.html	Fri Dec 22 17:24:07 2023 +0100
@@ -223,9 +223,9 @@
 </p>
 <dl>
 
-<dt><i>agent</i></dt>
+<dt><i>agent</i> (str)</dt>
 <dd>
-new current user agent string (string)
+new current user agent string
 </dd>
 </dl>
 <a NAME="WebBrowserPage.userAgent" ID="WebBrowserPage.userAgent"></a>
@@ -237,16 +237,22 @@
 </p>
 <dl>
 
-<dt><i>resolveEmpty</i></dt>
+<dt><i>resolveEmpty</i> (bool)</dt>
 <dd>
 flag indicating to resolve an empty
-            user agent (boolean)
+            user agent
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-user agent string (string)
+user agent string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="WebBrowserPage.userAgentForUrl" ID="WebBrowserPage.userAgentForUrl"></a>
@@ -258,15 +264,21 @@
 </p>
 <dl>
 
-<dt><i>url</i></dt>
+<dt><i>url</i> (QUrl)</dt>
 <dd>
-URL to determine user agent for (QUrl)
+URL to determine user agent for
 </dd>
 </dl>
 <dl>
 <dt>Return:</dt>
 <dd>
-user agent string (string)
+user agent string
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
 </dd>
 </dl>
 <a NAME="WebBrowserPage.__init__" ID="WebBrowserPage.__init__"></a>
@@ -777,7 +789,12 @@
 <dt>Return:</dt>
 <dd>
 reference to the WebBrowserView associated with the page
-        r@type WebBrowserView
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+WebBrowserView
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial