eric7/Documentation/Source/eric7.WebBrowser.Tools.WebBrowserTools.html

branch
eric7
changeset 9167
2d2b9a26e904
parent 9164
111fe229ee4f
--- a/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebBrowserTools.html	Tue Jun 21 17:16:38 2022 +0200
+++ b/eric7/Documentation/Source/eric7.WebBrowser.Tools.WebBrowserTools.html	Tue Jun 21 18:09:22 2022 +0200
@@ -51,7 +51,7 @@
 </tr>
 <tr>
 <td><a href="#getWebEngineVersions">getWebEngineVersions</a></td>
-<td>Module function to extract the web engine version from the default user agent string.</td>
+<td>Module function to extract the web engine related versions from the default user agent string.</td>
 </tr>
 <tr>
 <td><a href="#pixmapFileToDataUrl">pixmapFileToDataUrl</a></td>
@@ -251,19 +251,23 @@
 <b>getWebEngineVersions</b>(<i></i>)
 
 <p>
-    Module function to extract the web engine version from the default user
-    agent string.
+    Module function to extract the web engine related versions from the default
+    user agent string.
+</p>
+<p>
+    Note: For PyQt 6.3.1 or newer the data is extracted via some Qt functions.
 </p>
 <dl>
 <dt>Return:</dt>
 <dd>
-tuple containing the Chrome version and the QtWebEngine version
+tuple containing the Chromium version, the Chromium security patch
+        version and the QtWebEngine version
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-tuple of str
+tuple of (str, str, str)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial