Documentation/Source/eric6.Globals.__init__.html

changeset 6632
084880ed940c
parent 6366
6c1cd7e2902a
child 6770
4782d2b8e1bd
--- a/Documentation/Source/eric6.Globals.__init__.html	Sat Dec 15 16:29:47 2018 +0100
+++ b/Documentation/Source/eric6.Globals.__init__.html	Sat Dec 15 16:30:36 2018 +0100
@@ -55,6 +55,9 @@
 <td><a href="#getQtBinariesPath">getQtBinariesPath</a></td>
 <td>Module function to get the path of the Qt binaries.</td>
 </tr><tr>
+<td><a href="#getWebBrowserSupport">getWebBrowserSupport</a></td>
+<td>Module function to determine the supported web browser variant.</td>
+</tr><tr>
 <td><a href="#isLinuxPlatform">isLinuxPlatform</a></td>
 <td>Function to check, if this is a Linux platform.</td>
 </tr><tr>
@@ -203,6 +206,25 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr /><hr />
+<a NAME="getWebBrowserSupport" ID="getWebBrowserSupport"></a>
+<h2>getWebBrowserSupport</h2>
+<b>getWebBrowserSupport</b>(<i></i>)
+<p>
+    Module function to determine the supported web browser variant.
+</p><dl>
+<dt>Returns:</dt>
+<dd>
+string indicating the supported web browser variant ("QtWebEngine",
+        "QtWebKit" or "None")
+</dd>
+</dl><dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
+<hr /><hr />
 <a NAME="isLinuxPlatform" ID="isLinuxPlatform"></a>
 <h2>isLinuxPlatform</h2>
 <b>isLinuxPlatform</b>(<i></i>)

eric ide

mercurial