src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html

branch
eric7
changeset 9352
8c28b0f77388
parent 9209
b99e7fd55fd3
child 9643
10839ab864e0
--- a/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html	Sat Sep 24 14:19:37 2022 +0200
+++ b/src/eric7/Documentation/Source/eric7.WebBrowser.WebBrowserView.html	Sun Sep 25 12:10:44 2022 +0200
@@ -194,6 +194,10 @@
 <td>Private slot to download a media and save it to disk.</td>
 </tr>
 <tr>
+<td><a href="#WebBrowserView.__fileSystemAccessRequested">__fileSystemAccessRequested</a></td>
+<td>Private slot to handle file system access requests of the web page.</td>
+</tr>
+<tr>
 <td><a href="#WebBrowserView.__findTextFinished">__findTextFinished</a></td>
 <td>Private slot handling the findTextFinished signal of the web page.</td>
 </tr>
@@ -892,6 +896,20 @@
 <p>
         Private slot to download a media and save it to disk.
 </p>
+<a NAME="WebBrowserView.__fileSystemAccessRequested" ID="WebBrowserView.__fileSystemAccessRequested"></a>
+<h4>WebBrowserView.__fileSystemAccessRequested</h4>
+<b>__fileSystemAccessRequested</b>(<i>accessRequest</i>)
+
+<p>
+            Private slot to handle file system access requests of the web page.
+</p>
+<dl>
+
+<dt><i>accessRequest</i> (QWebEngineFileSystemAccessRequest)</dt>
+<dd>
+reference to the file system access request object
+</dd>
+</dl>
 <a NAME="WebBrowserView.__findTextFinished" ID="WebBrowserView.__findTextFinished"></a>
 <h4>WebBrowserView.__findTextFinished</h4>
 <b>__findTextFinished</b>(<i>result</i>)

eric ide

mercurial