Documentation/Source/eric6.Tools.webBrowserSupport.html

changeset 6632
084880ed940c
equal deleted inserted replaced
6631:0a2f0feac79d 6632:084880ed940c
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Tools.webBrowserSupport</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Tools.webBrowserSupport</h1>
23 <p>
24 Script to determine the supported web browser variant.
25 </p><p>
26 It looks for QtWebEngine first and the old QtWebKit thereafter. It reports the
27 variant found or the string 'None' if both are absent.
28 </p>
29 <h3>Global Attributes</h3>
30 <table>
31 <tr><td>variant</td></tr>
32 </table>
33 <h3>Classes</h3>
34 <table>
35 <tr><td>None</td></tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr><td>None</td></tr>
40 </table>
41 <hr />
42 </body></html>

eric ide

mercurial