QWebEngineQuotaRequest¶
The QWebEngineQuotaRequest
class enables accepting or rejecting requests for larger persistent storage than the application’s current allocation in File System API. More…
Synopsis¶
Functions¶
Detailed Description¶
This class is used by the quotaRequested()
signal to accept()
or reject()
a request for an increase in the persistent storage allocated to the application. The default quota is 0 bytes.
- class PySide6.QtWebEngineCore.QWebEngineQuotaRequest¶
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.accept()¶
Accepts a request for larger persistent storage.
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.__ne__(that)¶
- Parameters
- Return type
bool
Returns true
if that
points to a different object than this request.
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.__eq__(that)¶
- Parameters
- Return type
bool
Returns true
if that
points to the same object as this quota request.
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.origin()¶
- Return type
This property holds The URL of the web page that issued the quota request..
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.reject()¶
Rejects a request for larger persistent storage.
- PySide6.QtWebEngineCore.QWebEngineQuotaRequest.requestedSize()¶
- Return type
int
This property Contains the size of the requested disk space in bytes..
© 2022 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.