2357 ########################################################################### |
2357 ########################################################################### |
2358 ## Methods below implement slots for Qt 6.4+ |
2358 ## Methods below implement slots for Qt 6.4+ |
2359 ########################################################################### |
2359 ########################################################################### |
2360 |
2360 |
2361 with contextlib.suppress(TypeError): |
2361 with contextlib.suppress(TypeError): |
|
2362 |
2362 @pyqtSlot("QWebEngineFileSystemAccessRequest") |
2363 @pyqtSlot("QWebEngineFileSystemAccessRequest") |
2363 def __fileSystemAccessRequested(self, accessRequest): |
2364 def __fileSystemAccessRequested(self, accessRequest): |
2364 """ |
2365 """ |
2365 Private slot to handle file system access requests of the web page. |
2366 Private slot to handle file system access requests of the web page. |
2366 |
2367 |