192 <tr> |
192 <tr> |
193 <td><a href="#WebBrowserView.__downloadMedia">__downloadMedia</a></td> |
193 <td><a href="#WebBrowserView.__downloadMedia">__downloadMedia</a></td> |
194 <td>Private slot to download a media and save it to disk.</td> |
194 <td>Private slot to download a media and save it to disk.</td> |
195 </tr> |
195 </tr> |
196 <tr> |
196 <tr> |
|
197 <td><a href="#WebBrowserView.__fileSystemAccessRequested">__fileSystemAccessRequested</a></td> |
|
198 <td>Private slot to handle file system access requests of the web page.</td> |
|
199 </tr> |
|
200 <tr> |
197 <td><a href="#WebBrowserView.__findTextFinished">__findTextFinished</a></td> |
201 <td><a href="#WebBrowserView.__findTextFinished">__findTextFinished</a></td> |
198 <td>Private slot handling the findTextFinished signal of the web page.</td> |
202 <td>Private slot handling the findTextFinished signal of the web page.</td> |
199 </tr> |
203 </tr> |
200 <tr> |
204 <tr> |
201 <td><a href="#WebBrowserView.__getSavePageFileNameAndFormat">__getSavePageFileNameAndFormat</a></td> |
205 <td><a href="#WebBrowserView.__getSavePageFileNameAndFormat">__getSavePageFileNameAndFormat</a></td> |
890 <b>__downloadMedia</b>(<i></i>) |
894 <b>__downloadMedia</b>(<i></i>) |
891 |
895 |
892 <p> |
896 <p> |
893 Private slot to download a media and save it to disk. |
897 Private slot to download a media and save it to disk. |
894 </p> |
898 </p> |
|
899 <a NAME="WebBrowserView.__fileSystemAccessRequested" ID="WebBrowserView.__fileSystemAccessRequested"></a> |
|
900 <h4>WebBrowserView.__fileSystemAccessRequested</h4> |
|
901 <b>__fileSystemAccessRequested</b>(<i>accessRequest</i>) |
|
902 |
|
903 <p> |
|
904 Private slot to handle file system access requests of the web page. |
|
905 </p> |
|
906 <dl> |
|
907 |
|
908 <dt><i>accessRequest</i> (QWebEngineFileSystemAccessRequest)</dt> |
|
909 <dd> |
|
910 reference to the file system access request object |
|
911 </dd> |
|
912 </dl> |
895 <a NAME="WebBrowserView.__findTextFinished" ID="WebBrowserView.__findTextFinished"></a> |
913 <a NAME="WebBrowserView.__findTextFinished" ID="WebBrowserView.__findTextFinished"></a> |
896 <h4>WebBrowserView.__findTextFinished</h4> |
914 <h4>WebBrowserView.__findTextFinished</h4> |
897 <b>__findTextFinished</b>(<i>result</i>) |
915 <b>__findTextFinished</b>(<i>result</i>) |
898 |
916 |
899 <p> |
917 <p> |