49 <td><a href="#getJavascript">getJavascript</a></td> |
49 <td><a href="#getJavascript">getJavascript</a></td> |
50 <td>Module function to load a JavaScript source file.</td> |
50 <td>Module function to load a JavaScript source file.</td> |
51 </tr> |
51 </tr> |
52 <tr> |
52 <tr> |
53 <td><a href="#getWebEngineVersions">getWebEngineVersions</a></td> |
53 <td><a href="#getWebEngineVersions">getWebEngineVersions</a></td> |
54 <td>Module function to extract the web engine version from the default user agent string.</td> |
54 <td>Module function to extract the web engine related versions from the default user agent string.</td> |
55 </tr> |
55 </tr> |
56 <tr> |
56 <tr> |
57 <td><a href="#pixmapFileToDataUrl">pixmapFileToDataUrl</a></td> |
57 <td><a href="#pixmapFileToDataUrl">pixmapFileToDataUrl</a></td> |
58 <td>Module function to load a pixmap file and convert the pixmap to a data: URL.</td> |
58 <td>Module function to load a pixmap file and convert the pixmap to a data: URL.</td> |
59 </tr> |
59 </tr> |
249 <a NAME="getWebEngineVersions" ID="getWebEngineVersions"></a> |
249 <a NAME="getWebEngineVersions" ID="getWebEngineVersions"></a> |
250 <h2>getWebEngineVersions</h2> |
250 <h2>getWebEngineVersions</h2> |
251 <b>getWebEngineVersions</b>(<i></i>) |
251 <b>getWebEngineVersions</b>(<i></i>) |
252 |
252 |
253 <p> |
253 <p> |
254 Module function to extract the web engine version from the default user |
254 Module function to extract the web engine related versions from the default |
255 agent string. |
255 user agent string. |
256 </p> |
256 </p> |
257 <dl> |
257 <p> |
258 <dt>Return:</dt> |
258 Note: For PyQt 6.3.1 or newer the data is extracted via some Qt functions. |
259 <dd> |
259 </p> |
260 tuple containing the Chrome version and the QtWebEngine version |
260 <dl> |
261 </dd> |
261 <dt>Return:</dt> |
262 </dl> |
262 <dd> |
263 <dl> |
263 tuple containing the Chromium version, the Chromium security patch |
264 <dt>Return Type:</dt> |
264 version and the QtWebEngine version |
265 <dd> |
265 </dd> |
266 tuple of str |
266 </dl> |
|
267 <dl> |
|
268 <dt>Return Type:</dt> |
|
269 <dd> |
|
270 tuple of (str, str, str) |
267 </dd> |
271 </dd> |
268 </dl> |
272 </dl> |
269 <div align="right"><a href="#top">Up</a></div> |
273 <div align="right"><a href="#top">Up</a></div> |
270 <hr /> |
274 <hr /> |
271 <hr /> |
275 <hr /> |