QWebEngineQuotaRequest

The QWebEngineQuotaRequest class enables accepting or rejecting requests for larger persistent storage than the application’s current allocation in File System API. More

Inheritance diagram of PySide6.QtWebEngineCore.QWebEngineQuotaRequest

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

thatPySide6.QtWebEngineCore.QWebEngineQuotaRequest

Return type

bool

Returns true if that points to a different object than this request.

PySide6.QtWebEngineCore.QWebEngineQuotaRequest.__eq__(that)
Parameters

thatPySide6.QtWebEngineCore.QWebEngineQuotaRequest

Return type

bool

Returns true if that points to the same object as this quota request.

PySide6.QtWebEngineCore.QWebEngineQuotaRequest.origin()
Return type

PySide6.QtCore.QUrl

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..