eric7/Documentation/Source/eric7.Tools.webBrowserSupport.html

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.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>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Tools.webBrowserSupport</h1>
24
25 <p>
26 Script to determine the supported web browser variant.
27 </p>
28 <p>
29 It looks for QtWebEngine. It reports the variant found or the string 'None' if
30 it is absent.
31 </p>
32 <h3>Global Attributes</h3>
33
34 <table>
35 <tr><td>variant</td></tr>
36 </table>
37 <h3>Classes</h3>
38
39 <table>
40 <tr><td>None</td></tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45 <tr><td>None</td></tr>
46 </table>
47 <hr />
48 </body></html>

eric ide

mercurial