Sun, 03 Sep 2023 17:35:15 +0200
Shell
- Added some more special commands (% commands). Type '%help' to get a dialog listing these commands.
<!DOCTYPE html> <html><head> <title>eric7.Tools.webBrowserSupport</title> <meta charset="UTF-8"> <link rel="stylesheet" href="styles.css"> </head> <body> <a NAME="top" ID="top"></a> <h1>eric7.Tools.webBrowserSupport</h1> <p> Script to determine the supported web browser variant. </p> <p> It looks for QtWebEngine. It reports the variant found or the string 'None' if it is absent. </p> <h3>Global Attributes</h3> <table> <tr><td>variant</td></tr> </table> <h3>Classes</h3> <table> <tr><td>None</td></tr> </table> <h3>Functions</h3> <table> <tr><td>None</td></tr> </table> <hr /> </body></html>